From 0eae4422350c4903a23d20b8a5153f939d721428 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 22 Nov 2003 14:15:30 +1100 Subject: [PATCH] knf in portable-code (no code change) --- auth1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth1.c b/auth1.c index 0615f4ae5..82fe5fb80 100644 --- a/auth1.c +++ b/auth1.c @@ -235,7 +235,7 @@ do_authloop(Authctxt *authctxt) if (authenticated && !check_nt_auth(type == SSH_CMSG_AUTH_PASSWORD, pw)) { packet_disconnect("Authentication rejected for uid %d.", - pw == NULL ? -1 : pw->pw_uid); + pw == NULL ? -1 : pw->pw_uid); authenticated = 0; } #else