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) { _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"