The branch, master has been updated
       via  f4aec7b5907065a2f48d1b19065c6673aff6a190 (commit)
      from  97a086d5c4e84616065cbbc68d47d82de0fe0db5 (commit)

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


- Log -----------------------------------------------------------------
commit f4aec7b5907065a2f48d1b19065c6673aff6a190
Author: Björn Jacke <[email protected]>
Date:   Mon Mar 23 13:02:57 2009 +0100

    ѕ3/winbind_pam: fix gcc 4.4 compile warning

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

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 15d1b7e..54bcac2 100644
--- a/source3/winbindd/winbindd_pam.c
+++ b/source3/winbindd/winbindd_pam.c
@@ -1854,7 +1854,7 @@ enum winbindd_result winbindd_dual_pam_auth_crap(struct 
winbindd_domain *domain,
 
        if (state->request.data.auth_crap.lm_resp_len > 
sizeof(state->request.data.auth_crap.lm_resp)
                || state->request.data.auth_crap.nt_resp_len > 
sizeof(state->request.data.auth_crap.nt_resp)) {
-               if (!state->request.flags & WBFLAG_BIG_NTLMV2_BLOB ||
+               if (!(state->request.flags & WBFLAG_BIG_NTLMV2_BLOB) ||
                     state->request.extra_len != 
state->request.data.auth_crap.nt_resp_len) {
                        DEBUG(0, ("winbindd_pam_auth_crap: invalid password 
length %u/%u\n",
                                  state->request.data.auth_crap.lm_resp_len,


-- 
Samba Shared Repository

Reply via email to