svn commit: r286155 - head/usr.sbin/pw

Baptiste Daroussin bapt at FreeBSD.org
Sat Aug 1 11:52:50 UTC 2015


Author: bapt
Date: Sat Aug  1 11:52:48 2015
New Revision: 286155
URL: https://svnweb.freebsd.org/changeset/base/286155

Log:
  Fix build

Modified:
  head/usr.sbin/pw/pw_conf.c

Modified: head/usr.sbin/pw/pw_conf.c
==============================================================================
--- head/usr.sbin/pw/pw_conf.c	Sat Aug  1 11:31:59 2015	(r286154)
+++ head/usr.sbin/pw/pw_conf.c	Sat Aug  1 11:52:48 2015	(r286155)
@@ -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) {


More information about the svn-src-head mailing list