summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-24 07:25:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:14:40 -0500
commit35b1d063e1e462c08f2c92ed08635029d95ba3ee (patch)
tree541ba7e47d78d278f0f4cbec3dea2fb47ca24e5b /source3
parent7c5f1f28db117e97014f760086464acb0b49c2ee (diff)
downloadsamba-35b1d063e1e462c08f2c92ed08635029d95ba3ee.tar.gz
samba-35b1d063e1e462c08f2c92ed08635029d95ba3ee.tar.bz2
samba-35b1d063e1e462c08f2c92ed08635029d95ba3ee.zip
r18871: Fix copy/paste mixup.
Guenther (This used to be commit 2a605a0b175dc0ccc65ee2dc68e394bef7c954d1)
Diffstat (limited to 'source3')
-rw-r--r--source3/nsswitch/winbindd_pam.c2
1 files changed, 1 insertions, 1 deletions
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);