s3:cli_netlogon: let rpccli_connect_netlogon() retry once after NT_STATUS_NETWORK_ACC...
authorStefan Metzmacher <metze@samba.org>
Wed, 18 Oct 2017 11:36:59 +0000 (13:36 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 20 Oct 2017 02:05:20 +0000 (04:05 +0200)
commit9c207adbe9cf2487231956dedfbd338820cf4027
tree2f85cf0eb5472477d19f70d530fb983c371f1e62
parent90d57ec08c7af7b678b753b9d17bf7c4ac1d6dd0
s3:cli_netlogon: let rpccli_connect_netlogon() retry once after NT_STATUS_NETWORK_ACCESS_DENIED

Otherwise we could easily endup with an endless loop.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/rpc_client/cli_netlogon.c