r18871: Fix copy/paste mixup.
authorGünther Deschner <gd@samba.org>
Sun, 24 Sep 2006 07:25:08 +0000 (07:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:14:40 +0000 (12:14 -0500)
Guenther
(This used to be commit 2a605a0b175dc0ccc65ee2dc68e394bef7c954d1)

source3/nsswitch/winbindd_pam.c

index 3611e13c8c358e8975c000d3be4f07502d504cf7..35c062163f46e2d79227ca49eb0f5f22ef3f3fd5 100644 (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);