summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-02-09 17:08:23 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-02-09 17:08:23 +1100
commit92170a862634bf9ebe958cc75911658d18e30538 (patch)
tree397fc75d254e3227db28dc532527179f21645acb /openbsd-compat/port-aix.c
parent96d4710e3838af8c03a55ce37913568877dd0283 (diff)
- (dtucker) [auth-passwd.c openbsd-compat/port-aix.c] Don't call
disable_forwarding() from compat library. Prevent linker errrors trying to resolve it for binaries other than sshd. ok djm@
Diffstat (limited to 'openbsd-compat/port-aix.c')
-rw-r--r--openbsd-compat/port-aix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsd-compat/port-aix.c b/openbsd-compat/port-aix.c
index 27ab06158..b16988543 100644
--- a/openbsd-compat/port-aix.c
+++ b/openbsd-compat/port-aix.c
@@ -196,7 +196,6 @@ sys_auth_passwd(Authctxt *ctxt, const char *password)
196 break; 196 break;
197 case 1: /* expired, password change required */ 197 case 1: /* expired, password change required */
198 ctxt->force_pwchange = 1; 198 ctxt->force_pwchange = 1;
199 disable_forwarding();
200 break; 199 break;
201 default: /* user can't change(2) or other error (-1) */ 200 default: /* user can't change(2) or other error (-1) */
202 logit("Password can't be changed for user %s: %.100s", 201 logit("Password can't be changed for user %s: %.100s",