The branch, master has been updated
       via  64c5642... s3: Fix a typo in winbindd_pam_logoff
      from  132e505... subunitrun: Find testtools and subunit when they're not 
provided by the system.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 64c564291d9ce60d934273aaac15150386d22127
Author: Volker Lendecke <[email protected]>
Date:   Thu Apr 1 15:13:37 2010 +0200

    s3: Fix a typo in winbindd_pam_logoff

-----------------------------------------------------------------------

Summary of changes:
 source3/winbindd/winbindd_pam.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c
index fc8d7ca..d660102 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;
        }
 


-- 
Samba Shared Repository

Reply via email to