aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-12-08 04:40:03 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-12-08 04:40:03 +0000
commit23e491222f0c37b4d825cb5afc887fcf9ac1b868 (patch)
tree9c2d91f6fc6ecefafb365abb9968a0b72af6d59d
parentac3446e9622734082045b834a8f6327820d0dac1 (diff)
downloadsrc-23e491222f0c37b4d825cb5afc887fcf9ac1b868.tar.gz
src-23e491222f0c37b4d825cb5afc887fcf9ac1b868.zip
Notes
-rw-r--r--lib/libc/gen/getnetgrent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/getnetgrent.c b/lib/libc/gen/getnetgrent.c
index 4c564613c2e7..4bf0a1468080 100644
--- a/lib/libc/gen/getnetgrent.c
+++ b/lib/libc/gen/getnetgrent.c
@@ -512,6 +512,7 @@ parse_netgrp(const char *group)
ng[NG_DOM] == NULL ? "" : ",",
ng[NG_DOM] == NULL ? "" : ng[NG_DOM],
lp->l_groupname);
+ }
#endif
} else {
spos = strsep(&pos, ", \t");