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
commitcc2167793425c49a88da118a7b6b48bdb4ad9b81 (patch)
tree9000705bf3d54318f7e3256e66d2b0174558023e
parent5bb254a38fa9e233bcdb24956e1f8ccf2b19182b (diff)
downloadpw-darwin-cc2167793425c49a88da118a7b6b48bdb4ad9b81.tar.gz
pw-darwin-cc2167793425c49a88da118a7b6b48bdb4ad9b81.tar.zst
pw-darwin-cc2167793425c49a88da118a7b6b48bdb4ad9b81.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) {