diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2004-07-28 09:40:30 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2004-07-28 09:40:30 +0000 |
commit | 845e2cbd6d71cf4754a777e1a69eeab5039f06ba (patch) | |
tree | b3b06eb1f46629cdbd3a19418275d3abb5b9ced0 /usr.bin/ssh/auth.c | |
parent | 97d5d640adf4808b4fb4275a795624220b92a4e0 (diff) |
more s/illegal/invalid/
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r-- | usr.bin/ssh/auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c index 2af3fb4b136..d196cc16942 100644 --- a/usr.bin/ssh/auth.c +++ b/usr.bin/ssh/auth.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.55 2004/07/21 08:56:12 markus Exp $"); +RCSID("$OpenBSD: auth.c,v 1.56 2004/07/28 09:40:29 markus Exp $"); #include <libgen.h> @@ -173,7 +173,7 @@ auth_log(Authctxt *authctxt, int authenticated, char *method, char *info) authlog("%s %s for %s%.100s from %.200s port %d%s", authmsg, method, - authctxt->valid ? "" : "illegal user ", + authctxt->valid ? "" : "invalid user ", authctxt->user, get_remote_ipaddr(), get_remote_port(), |