From 64c564291d9ce60d934273aaac15150386d22127 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 1 Apr 2010 15:13:37 +0200 Subject: [PATCH] s3: Fix a typo in winbindd_pam_logoff --- source3/winbindd/winbindd_pam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c index fc8d7ca074..d660102655 100644 --- a/source3/winbindd/winbindd_pam.c +++ b/source3/winbindd/winbindd_pam.c @@ -2234,7 +2234,7 @@ void winbindd_pam_logoff(struct winbindd_cli_state *state) state->request->data.logoff.krb5ccname [sizeof(state->request->data.logoff.krb5ccname)-1]='\0'; - if (request_uid == (gid_t)-1) { + if (request_uid == (uid_t)-1) { goto failed; } -- 2.34.1