- (dtucker) [openbsd-compat/port-aix.c] Minor correction to debug message,

spotted by tim@.
This commit is contained in:
Darren Tucker 2005-05-29 10:54:27 +10:00
parent 6b2fe31def
commit f9fea65ba9
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@
While at it, initialize the other arguments to auth functions in case they
ever acquire this behaviour.
- (dtucker) [openbsd-compat/port-aix.c] Whitespace cleanups while there.
- (dtucker) [openbsd-compat/port-aix.c] Minor correction to debug message,
spotted by tim@.
20050528
- (dtucker) [configure.ac] For AC_CHECK_HEADERS() and AC_CHECK_FUNCS() have
@ -2635,4 +2637,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3799 2005/05/29 00:32:47 dtucker Exp $
$Id: ChangeLog,v 1.3800 2005/05/29 00:54:27 dtucker Exp $

View File

@ -158,7 +158,7 @@ sys_auth_passwd(Authctxt *ctxt, const char *password)
result = authenticate((char *)name, (char *)password, &reenter,
&authmsg);
aix_remove_embedded_newlines(authmsg);
debug3("AIX/authenticate result %d, msg %.100s", result,
debug3("AIX/authenticate result %d, authmsg %.100s", result,
authmsg);
} while (reenter);