]> andersk Git - openssh.git/commitdiff
- (dtucker) [openbsd-compat/port-aix.c] Minor correction to debug message,
authordtucker <dtucker>
Sun, 29 May 2005 00:54:27 +0000 (00:54 +0000)
committerdtucker <dtucker>
Sun, 29 May 2005 00:54:27 +0000 (00:54 +0000)
   spotted by tim@.

ChangeLog
openbsd-compat/port-aix.c

index 6bcf9f043bc91c70ee54018c48efc82fa0d96c9d..16cf324a4175e4264bf6b62ae46b95451a863b78 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 8267c8ef1dd2bba25ff1ebc59adca9f6fed2ea6c..81d8124e08246d26ed17fa36371959025b044210 100644 (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);
 
This page took 0.040874 seconds and 5 git commands to generate.