Fix build

This commit is contained in:
Baptiste Daroussin 2015-08-01 11:52:48 +00:00
parent 510113b84d
commit 7391bf5ada
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286155

View File

@ -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) {