summaryrefslogtreecommitdiffstats
path: root/auth1.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-11-22 14:15:30 +1100
committerDamien Miller <djm@mindrot.org>2003-11-22 14:15:30 +1100
commit0eae4422350c4903a23d20b8a5153f939d721428 (patch)
tree6f46c83a36e368e85f84c4e808e1433a4786dcaa /auth1.c
parent240fdfa90998439df519393d4aa475c14557dc36 (diff)
knf in portable-code (no code change)
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth1.c b/auth1.c
index 0615f4ae..82fe5fb8 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