summaryrefslogtreecommitdiff
path: root/auth-passwd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-11-21 23:56:47 +1100
committerDamien Miller <djm@mindrot.org>2003-11-21 23:56:47 +1100
commit787b2ec18c013a5076765f93882550918658ea89 (patch)
tree7f33575e4c909759321a234a29d052f842cb589f /auth-passwd.c
parenta8e06cef35c205e1aa562513c6d034a10c8c9a6d (diff)
more whitespace (tabs this time)
Diffstat (limited to 'auth-passwd.c')
-rw-r--r--auth-passwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-passwd.c b/auth-passwd.c
index 4cbfe3689..54571f972 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -101,7 +101,7 @@ auth_password(Authctxt *authctxt, const char *password)
101 (char *)get_canonical_hostname(options.use_dns); 101 (char *)get_canonical_hostname(options.use_dns);
102 102
103 authsuccess = 1; 103 authsuccess = 1;
104 aix_remove_embedded_newlines(authmsg); 104 aix_remove_embedded_newlines(authmsg);
105 105
106 debug3("AIX/authenticate succeeded for user %s: %.100s", 106 debug3("AIX/authenticate succeeded for user %s: %.100s",
107 pw->pw_name, authmsg); 107 pw->pw_name, authmsg);