1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

r18871: Fix copy/paste mixup.

Guenther
(This used to be commit 2a605a0b17)
This commit is contained in:
Günther Deschner 2006-09-24 07:25:08 +00:00 committed by Gerald (Jerry) Carter
parent 7c5f1f28db
commit 35b1d063e1

View File

@ -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);