From 35b1d063e1e462c08f2c92ed08635029d95ba3ee Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sun, 24 Sep 2006 07:25:08 +0000 Subject: r18871: Fix copy/paste mixup. Guenther (This used to be commit 2a605a0b175dc0ccc65ee2dc68e394bef7c954d1) --- source3/nsswitch/winbindd_pam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/nsswitch/winbindd_pam.c b/source3/nsswitch/winbindd_pam.c index 3611e13c8c..35c062163f 100644 --- a/source3/nsswitch/winbindd_pam.c +++ b/source3/nsswitch/winbindd_pam.c @@ -1956,7 +1956,7 @@ void winbindd_pam_logoff(struct winbindd_cli_state *state) set_auth_errors(&state->response, NT_STATUS_NO_SUCH_USER); DEBUG(5, ("Pam Logoff for %s returned %s " "(PAM: %d)\n", - state->request.data.auth.user, + state->request.data.logoff.user, state->response.data.auth.nt_status_string, state->response.data.auth.pam_error)); request_error(state); -- cgit