[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Sep 9 15:08:04 MDT 2010


The branch, master has been updated
       via  18962ea s3: These assignments are overwritten immediately
      from  71b9570 s3-nmbd: use autogenerated marshalling for LOGON_SAM_LOGON_REQUEST.

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


- Log -----------------------------------------------------------------
commit 18962ea3852d0d0fc7371e99813bebd54fae0a19
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Sep 9 16:02:38 2010 +0200

    s3: These assignments are overwritten immediately
    
    Dump them

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c
index e71e152..c828935 100644
--- a/source3/winbindd/winbindd_pam.c
+++ b/source3/winbindd/winbindd_pam.c
@@ -1311,7 +1311,6 @@ static NTSTATUS winbindd_dual_pam_auth_samlogon(struct winbindd_domain *domain,
 			DEBUG(3, ("Got a DC that can not do NetSamLogonEx, "
 				  "retrying with NetSamLogon\n"));
 			domain->can_do_samlogon_ex = false;
-			retry = true;
 			continue;
 		}
 
@@ -1320,7 +1319,6 @@ static NTSTATUS winbindd_dual_pam_auth_samlogon(struct winbindd_domain *domain,
 		   our connection. */
 
 		if (!rpccli_is_connected(netlogon_pipe)) {
-			retry = true;
 			continue;
 		}
 
@@ -1761,7 +1759,6 @@ enum winbindd_result winbindd_dual_pam_auth_crap(struct winbindd_domain *domain,
 			DEBUG(3, ("Got a DC that can not do NetSamLogonEx, "
 				  "retrying with NetSamLogon\n"));
 			domain->can_do_samlogon_ex = false;
-			retry = true;
 			continue;
 		}
 
@@ -1772,7 +1769,6 @@ enum winbindd_result winbindd_dual_pam_auth_crap(struct winbindd_domain *domain,
 		   our connection. */
 
 		if (!rpccli_is_connected(netlogon_pipe)) {
-			retry = true;
 			continue;
 		}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list