mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Remove things that crept in after badly checked revert
This commit is contained in:
parent
7493058fb6
commit
458fdd97ab
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue