diff options
author | Volker Lendecke <vl@samba.org> | 2010-12-20 16:37:23 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-12-20 17:10:58 +0100 |
commit | d096de56b16c50c7cc22df08895dc29567ee15d7 (patch) | |
tree | 67ba1c6f457678b3757a209eea526cb9a648f0ad /libgpo | |
parent | 660190632e4f8ace65f4944f4686ea42444056c0 (diff) | |
download | samba-d096de56b16c50c7cc22df08895dc29567ee15d7.tar.gz |
s3: Remove unused "retry" from cli_full_connection
Diffstat (limited to 'libgpo')
-rw-r--r-- | libgpo/gpo_fetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpo/gpo_fetch.c b/libgpo/gpo_fetch.c index ad6c2a80a0..00f9b5cc8a 100644 --- a/libgpo/gpo_fetch.c +++ b/libgpo/gpo_fetch.c @@ -150,7 +150,7 @@ static NTSTATUS gpo_connect_server(ADS_STRUCT *ads, struct loadparm_context *lp_ ads->auth.password, CLI_FULL_CONNECTION_USE_KERBEROS | CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS, - Undefined, NULL); + Undefined); if (!NT_STATUS_IS_OK(result)) { DEBUG(10,("check_refresh_gpo: " "failed to connect: %s\n", |