diff options
| author | Nate Williams <nate@FreeBSD.org> | 1995-12-02 18:23:00 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1995-12-02 18:23:00 +0000 |
| commit | 56dbd97bcb64398609522c11c6c5ee2b4ff00a20 (patch) | |
| tree | edfbf82c98d3bf573da031d46c465fa9781931fa /libexec/rlogind | |
| parent | fb1869a7871ffbf58742c400de1f7cc09f0acaf3 (diff) | |
Notes
Diffstat (limited to 'libexec/rlogind')
| -rw-r--r-- | libexec/rlogind/rlogind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c index 5de2a056cd4b..e88aa2eb409a 100644 --- a/libexec/rlogind/rlogind.c +++ b/libexec/rlogind/rlogind.c @@ -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); |
