]> code.citadel.org Git - citadel.git/blobdiff - citadel/netconfig.c
NETCFG: oops, we need to add CCID to the CtdlAideFPMessage() here too.
[citadel.git] / citadel / netconfig.c
index 1b2e974aa6b42ad137397438dec0c7f620fbf27d..6e243b06793f93fa9896f0459fd05c0ded4e46d2 100644 (file)
@@ -926,7 +926,9 @@ void cmd_netp(char *cmdbuf)
                CtdlAideFPMessage(
                        err_buf,
                        "IGNet Networking.",
-                       2, strs, (long*) &lens);
+                       2, strs, (long*) &lens,
+                       CCC->cs_pid, 0,
+                       time(NULL));
 
                DeleteHash(&working_ignetcfg);
                FreeStrBuf(&NodeStr);
@@ -951,7 +953,10 @@ void cmd_netp(char *cmdbuf)
                CtdlAideFPMessage(
                        err_buf,
                        "IGNet Networking.",
-                       2, strs, (long*) &lens);
+                       2, strs,
+                       (long*) &lens,
+                       CCC->cs_pid, 0,
+                       time(NULL));
 
                DeleteHash(&working_ignetcfg);
                FreeStrBuf(&NodeStr);