From e9bcd7a47f92138fcad5ca5ae8b91b748a4247f4 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sun, 31 Mar 2013 14:47:08 +0200 Subject: [PATCH] NETCFG: oops, we need to add CCID to the CtdlAideFPMessage() here too. --- citadel/netconfig.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.30.2