Remove things that crept in after badly checked revert

This commit is contained in:
bapt 2015-08-01 12:20:55 +00:00
parent 8fa8b523a2
commit e83b0ae9f0

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