NETCFG: increment loop counter.
[citadel.git] / 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;
 }