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

Baptiste Daroussin bapt at FreeBSD.org
Sat Aug 1 12:20:56 UTC 2015


Author: bapt
Date: Sat Aug  1 12:20:55 2015
New Revision: 286157
URL: https://svnweb.freebsd.org/changeset/base/286157

Log:
  Remove things that crept in after badly checked revert

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 12:18:48 2015	(r286156)
+++ head/usr.sbin/pw/pw_conf.c	Sat Aug  1 12:20:55 2015	(r286157)
@@ -367,8 +367,6 @@ read_userconfig(char const * file)
 						warnx("Invalid expire days:"
 						    " '%s'; ignoring", q);
 				}
-				if ((q = unquote(q)) != NULL && isdigit(*q))
-					config.expire_days = atoi(q);
 				break;
 			case _UC_PASSWORD:
 				if ((q = unquote(q)) != NULL) {


More information about the svn-src-head mailing list