summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-08-01 12:20:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-08-01 12:20:55 +0000
commit3b840429a4a30a713099fcebba56411f7e021d7c (patch)
tree1c205323bf609b2a9ef931706f665ac40004363a
parent5837d32617e40ec26202ff5e8d8f400e387de9b7 (diff)
downloadpw-darwin-3b840429a4a30a713099fcebba56411f7e021d7c.tar.gz
pw-darwin-3b840429a4a30a713099fcebba56411f7e021d7c.tar.zst
pw-darwin-3b840429a4a30a713099fcebba56411f7e021d7c.zip
Remove things that crept in after badly checked revert
-rw-r--r--pw/pw_conf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pw/pw_conf.c b/pw/pw_conf.c
index 8ba8c07..b723c31 100644
--- a/pw/pw_conf.c
+++ b/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) {