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:
parent
7c5f1f28db
commit
35b1d063e1
@ -1956,7 +1956,7 @@ void winbindd_pam_logoff(struct winbindd_cli_state *state)
|
|||||||
set_auth_errors(&state->response, NT_STATUS_NO_SUCH_USER);
|
set_auth_errors(&state->response, NT_STATUS_NO_SUCH_USER);
|
||||||
DEBUG(5, ("Pam Logoff for %s returned %s "
|
DEBUG(5, ("Pam Logoff for %s returned %s "
|
||||||
"(PAM: %d)\n",
|
"(PAM: %d)\n",
|
||||||
state->request.data.auth.user,
|
state->request.data.logoff.user,
|
||||||
state->response.data.auth.nt_status_string,
|
state->response.data.auth.nt_status_string,
|
||||||
state->response.data.auth.pam_error));
|
state->response.data.auth.pam_error));
|
||||||
request_error(state);
|
request_error(state);
|
||||||
|
Loading…
Reference in New Issue
Block a user