From: Wilfried Goesgens Date: Sun, 31 Mar 2013 12:47:08 +0000 (+0200) Subject: NETCFG: oops, we need to add CCID to the CtdlAideFPMessage() here too. X-Git-Tag: v8.20~67 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=e9bcd7a47f92138fcad5ca5ae8b91b748a4247f4 NETCFG: oops, we need to add CCID to the CtdlAideFPMessage() here too. --- diff --git a/citadel/netconfig.c b/citadel/netconfig.c index 682d4e05a..6e243b067 100644 --- a/citadel/netconfig.c +++ b/citadel/netconfig.c @@ -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);