diff options
author | Damien Miller <djm@mindrot.org> | 2003-11-21 23:56:47 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-11-21 23:56:47 +1100 |
commit | 787b2ec18c013a5076765f93882550918658ea89 (patch) | |
tree | 7f33575e4c909759321a234a29d052f842cb589f /auth-passwd.c | |
parent | a8e06cef35c205e1aa562513c6d034a10c8c9a6d (diff) | |
download | openssh-git-787b2ec18c013a5076765f93882550918658ea89.tar.gz |
more whitespace (tabs this time)
Diffstat (limited to 'auth-passwd.c')
-rw-r--r-- | auth-passwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-passwd.c b/auth-passwd.c index 4cbfe368..54571f97 100644 --- a/auth-passwd.c +++ b/auth-passwd.c @@ -101,7 +101,7 @@ auth_password(Authctxt *authctxt, const char *password) (char *)get_canonical_hostname(options.use_dns); authsuccess = 1; - aix_remove_embedded_newlines(authmsg); + aix_remove_embedded_newlines(authmsg); debug3("AIX/authenticate succeeded for user %s: %.100s", pw->pw_name, authmsg); |