=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth.c,v retrieving revision 1.21.2.2 retrieving revision 1.21.2.3 diff -u -r1.21.2.2 -r1.21.2.3 --- src/usr.bin/ssh/auth.c 2001/11/15 00:15:19 1.21.2.2 +++ src/usr.bin/ssh/auth.c 2001/11/15 22:51:15 1.21.2.3 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.21.2.2 2001/11/15 00:15:19 miod Exp $"); +RCSID("$OpenBSD: auth.c,v 1.21.2.3 2001/11/15 22:51:15 miod Exp $"); #include @@ -156,7 +156,7 @@ authmsg, method, authctxt->valid ? "" : "illegal user ", - authctxt->valid && authctxt->pw->pw_uid == 0 ? "ROOT" : authctxt->user, + authctxt->user, get_remote_ipaddr(), get_remote_port(), info);