summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/port-aix.c')
-rw-r--r--openbsd-compat/port-aix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/port-aix.c b/openbsd-compat/port-aix.c
index 8267c8ef1..81d8124e0 100644
--- a/openbsd-compat/port-aix.c
+++ b/openbsd-compat/port-aix.c
@@ -158,7 +158,7 @@ sys_auth_passwd(Authctxt *ctxt, const char *password)
158 result = authenticate((char *)name, (char *)password, &reenter, 158 result = authenticate((char *)name, (char *)password, &reenter,
159 &authmsg); 159 &authmsg);
160 aix_remove_embedded_newlines(authmsg); 160 aix_remove_embedded_newlines(authmsg);
161 debug3("AIX/authenticate result %d, msg %.100s", result, 161 debug3("AIX/authenticate result %d, authmsg %.100s", result,
162 authmsg); 162 authmsg);
163 } while (reenter); 163 } while (reenter);
164 164