From 18962ea3852d0d0fc7371e99813bebd54fae0a19 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 9 Sep 2010 16:02:38 +0200 Subject: s3: These assignments are overwritten immediately Dump them --- source3/winbindd/winbindd_pam.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/winbindd/winbindd_pam.c') diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c index e71e152d44..c828935f2a 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; } -- cgit