]> andersk Git - openssh.git/commitdiff
knf in portable-code (no code change)
authordjm <djm>
Sat, 22 Nov 2003 03:15:30 +0000 (03:15 +0000)
committerdjm <djm>
Sat, 22 Nov 2003 03:15:30 +0000 (03:15 +0000)
auth1.c

diff --git a/auth1.c b/auth1.c
index 0615f4ae592f18332c48e558f50ee3a30bae8675..82fe5fb80c2a642a680b83e20fff19b7528ed80a 100644 (file)
--- 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
This page took 0.064739 seconds and 5 git commands to generate.