diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2010-12-06 10:24:06 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2010-12-06 10:24:06 +0000 |
| commit | 7df9d5acadc31edd9907ef609732613d49be4df7 (patch) | |
| tree | 21ee4a3ea32e64723188e28ec4a75f5fea143248 /libexec | |
| parent | c1325861adb19c52600611cf69a7a3c3873a087e (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/mknetid/parse_group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/mknetid/parse_group.c b/libexec/mknetid/parse_group.c index b34ee11fcb39..84cb991cc6d9 100644 --- a/libexec/mknetid/parse_group.c +++ b/libexec/mknetid/parse_group.c @@ -126,7 +126,7 @@ grscan(int search, int gid) if (_gr_group.gr_name[0] == '+') continue; if ((_gr_group.gr_passwd = strsep(&bp, ":\n")) == NULL) - break;; + break; if (!(cp = strsep(&bp, ":\n"))) continue; _gr_group.gr_gid = atoi(cp); |
