From d50dcea65ea51fc2fff9c430fc7de8786ed677ef Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sat, 13 Apr 2013 11:17:47 +0200 Subject: [PATCH] NETCFG: increment loop counter. --- citadel/netconfig.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.30.2