diff options
author | 2004-07-28 09:40:29 +0000 | |
---|---|---|
committer | 2004-07-28 09:40:29 +0000 | |
commit | d361b76e19a7d88228a9d259f8334291652393df (patch) | |
tree | e8de84c96395026635ad230fe272f32452dee30d /usr.bin/ssh/auth.c | |
parent | add -ttttt (timestamp difference since the first packet); ok thierry (diff) | |
download | wireguard-openbsd-d361b76e19a7d88228a9d259f8334291652393df.tar.xz wireguard-openbsd-d361b76e19a7d88228a9d259f8334291652393df.zip |
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(), |