summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-08-01 11:52:48 +0000
committerbapt <bapt@FreeBSD.org>2015-08-01 11:52:48 +0000
commit353f021396aa5a3afff5a95f4eb2d25e976754af (patch)
tree0ed1f583a654bb788c6cce0144d90c3e4cc74483 /usr.sbin/pw
parent626fd041e6b9dc3b78bc90986e69feb37519006f (diff)
downloadFreeBSD-src-353f021396aa5a3afff5a95f4eb2d25e976754af.zip
FreeBSD-src-353f021396aa5a3afff5a95f4eb2d25e976754af.tar.gz
Fix build
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 10ded5c..b723c31 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) {
OpenPOWER on IntegriCloud