summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-08-01 12:20:55 +0000
committerbapt <bapt@FreeBSD.org>2015-08-01 12:20:55 +0000
commite83b0ae9f068b68b01e6be4c7f50a3c2a81ee1b2 (patch)
treebe83d289371115acaaa22dcfb4764f7b3af2c182 /usr.sbin/pw
parent8fa8b523a25bd6dc2d3d78b1a16a719c2ae992fd (diff)
downloadFreeBSD-src-e83b0ae9f068b68b01e6be4c7f50a3c2a81ee1b2.zip
FreeBSD-src-e83b0ae9f068b68b01e6be4c7f50a3c2a81ee1b2.tar.gz
Remove things that crept in after badly checked revert
Diffstat (limited to 'usr.sbin/pw')
-rw-r--r--usr.sbin/pw/pw_conf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/pw/pw_conf.c b/usr.sbin/pw/pw_conf.c
index 8ba8c07..b723c31 100644
--- a/usr.sbin/pw/pw_conf.c
+++ b/usr.sbin/pw/pw_conf.c
@@ -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) {
OpenPOWER on IntegriCloud