summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-05-29 10:54:27 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-05-29 10:54:27 +1000
commitf9fea65ba91c6c8002185fab31266f60c6b33a78 (patch)
tree625c073d14e4f2a3edbd048a90b36a349da3a469 /openbsd-compat/port-aix.c
parent6b2fe31def24b50c4cc705f2a3b861348b1be8e2 (diff)
- (dtucker) [openbsd-compat/port-aix.c] Minor correction to debug message,
spotted by tim@.
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