From: Wilfried Goesgens Date: Sat, 13 Apr 2013 09:17:47 +0000 (+0200) Subject: NETCFG: increment loop counter. X-Git-Tag: v8.20~63 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=d50dcea65ea51fc2fff9c430fc7de8786ed677ef NETCFG: increment loop counter. --- diff --git a/citadel/netconfig.c b/citadel/netconfig.c index 6e243b067..8afd22a4b 100644 --- a/citadel/netconfig.c +++ b/citadel/netconfig.c @@ -839,6 +839,7 @@ int is_recipient(OneRoomNetCfg *RNCfg, const char *Name) } nptr = nptr->next; } + i++; } return 0; }