diff options
Diffstat (limited to 'lib/libc/gen/getnetgrent.c')
-rw-r--r-- | lib/libc/gen/getnetgrent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getnetgrent.c b/lib/libc/gen/getnetgrent.c index df2164e..e634eb7 100644 --- a/lib/libc/gen/getnetgrent.c +++ b/lib/libc/gen/getnetgrent.c @@ -258,7 +258,7 @@ parse_netgrp(group) } else { spos = strsep(&pos, ", \t"); if (parse_netgrp(spos)) - return (1); + continue; } /* Watch for null pointer dereferences, dammit! */ if (pos != NULL) |