knf in portable-code (no code change)

This commit is contained in:
Damien Miller 2003-11-22 14:15:30 +11:00
parent 240fdfa909
commit 0eae442235
1 changed files with 1 additions and 1 deletions

View File

@ -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