mirror of
https://github.com/samba-team/samba.git
synced 2025-02-07 01:58:28 +03:00
s3:cli_netlogon: let rpccli_connect_netlogon() use force_reauth = true on retry
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15425 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
parent
d174b6595a
commit
7f478656dc
@ -397,6 +397,7 @@ again:
|
||||
if (!retry && NT_STATUS_EQUAL(status, NT_STATUS_NETWORK_ACCESS_DENIED)) {
|
||||
DBG_DEBUG("Retrying with serverauthenticate\n");
|
||||
TALLOC_FREE(lck);
|
||||
force_reauth = true;
|
||||
retry = true;
|
||||
goto again;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user