NETCFG: increment loop counter.
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 13 Apr 2013 09:17:47 +0000 (11:17 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 13 Apr 2013 09:17:47 +0000 (11:17 +0200)
citadel/netconfig.c

index 6e243b06793f93fa9896f0459fd05c0ded4e46d2..8afd22a4bf440539f4cc9e78f92d8c4c3ab03f5d 100644 (file)
@@ -839,6 +839,7 @@ int is_recipient(OneRoomNetCfg *RNCfg, const char *Name)
                        }
                        nptr = nptr->next;
                }
+               i++;
        }
        return 0;
 }