mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Fix typo.
This commit is contained in:
parent
fb1869a787
commit
56dbd97bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ doit(f, fromp)
|
|||
if (f > 2) /* f should always be 0, but... */
|
||||
(void) close(f);
|
||||
setup_term(0);
|
||||
if (*lusername=='-')) {
|
||||
if (*lusername=='-') {
|
||||
syslog(LOG_ERR, "tried to pass user \"%s\" to login",
|
||||
lusername);
|
||||
fatal(STDERR_FILENO, "invalid user", 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue