From cc2167793425c49a88da118a7b6b48bdb4ad9b81 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 1 Aug 2015 12:20:55 +0000 Subject: Remove things that crept in after badly checked revert --- pw/pw_conf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'pw/pw_conf.c') 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) { -- cgit v1.2.3