The branch, v3-2-test has been updated
       via  4a99f2f006e6324cf38b68f0f390daf52f24b1b3 (commit)
      from  525af716cd52500a4e3dccf9eeb9ea85f86be7ca (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 4a99f2f006e6324cf38b68f0f390daf52f24b1b3
Author: Volker Lendecke <v...@samba.org>
Date:   Tue Mar 24 15:34:13 2009 -0700

    winbind_pam: fix gcc 4.4 compile warning

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

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


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_pam.c b/source/winbindd/winbindd_pam.c
index f376d16..fea1075 100644
--- a/source/winbindd/winbindd_pam.c
+++ b/source/winbindd/winbindd_pam.c
@@ -1832,7 +1832,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