Remove things that crept in after badly checked revert

This commit is contained in:
Baptiste Daroussin 2015-08-01 12:20:55 +00:00
parent 7493058fb6
commit 458fdd97ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286157

View File

@ -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) {