Fix typo.

This commit is contained in:
Nate Williams 1995-12-02 18:23:00 +00:00
parent fb1869a787
commit 56dbd97bcb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12575

View File

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