diff options
author | Volker Lendecke <vl@samba.org> | 2010-09-09 16:02:38 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-09-09 14:08:23 -0700 |
commit | 18962ea3852d0d0fc7371e99813bebd54fae0a19 (patch) | |
tree | befe5ff8dd935da76b322c23cbc8442b9a638ccb | |
parent | 71b95703f99d2a5b71c8d31abf04e2a05336afb8 (diff) | |
download | samba-18962ea3852d0d0fc7371e99813bebd54fae0a19.tar.gz samba-18962ea3852d0d0fc7371e99813bebd54fae0a19.tar.bz2 samba-18962ea3852d0d0fc7371e99813bebd54fae0a19.zip |
s3: These assignments are overwritten immediately
Dump them
-rw-r--r-- | source3/winbindd/winbindd_pam.c | 4 |
1 files changed, 0 insertions, 4 deletions
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; } |