NETCFG: oops, we need to add CCID to the CtdlAideFPMessage() here too.
[citadel.git] / citadel / netconfig.c
index 682d4e05acb301b59eb54a3293862e508743cb38..6e243b06793f93fa9896f0459fd05c0ded4e46d2 100644 (file)
@@ -927,6 +927,7 @@ void cmd_netp(char *cmdbuf)
                        err_buf,
                        "IGNet Networking.",
                        2, strs, (long*) &lens,
+                       CCC->cs_pid, 0,
                        time(NULL));
 
                DeleteHash(&working_ignetcfg);
@@ -954,6 +955,7 @@ void cmd_netp(char *cmdbuf)
                        "IGNet Networking.",
                        2, strs,
                        (long*) &lens,
+                       CCC->cs_pid, 0,
                        time(NULL));
 
                DeleteHash(&working_ignetcfg);