Remove things that crept in after badly checked revert
This commit is contained in:
parent
7493058fb6
commit
458fdd97ab
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user