summaryrefslogtreecommitdiff
path: root/usr.sbin/pw
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-08-01 11:52:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-08-01 11:52:48 +0000
commit7391bf5ada4821a4b37258a78e4c9bc218bd80f8 (patch)
tree0ed1f583a654bb788c6cce0144d90c3e4cc74483 /usr.sbin/pw
parent510113b84da4aa4fce1aca32edea1ca79b4dea10 (diff)
Notes
Diffstat (limited to 'usr.sbin/pw')
-rw-r--r--usr.sbin/pw/pw_conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pw/pw_conf.c b/usr.sbin/pw/pw_conf.c
index 10ded5cfe1075..b723c31a39dd7 100644
--- a/usr.sbin/pw/pw_conf.c
+++ b/usr.sbin/pw/pw_conf.c
@@ -348,6 +348,7 @@ read_userconfig(char const * file)
if (errstr)
warnx("Invalid min_gid: '%s';"
" ignoring", q);
+ }
break;
case _UC_MAXGID:
if ((q = unquote(q)) != NULL) {