s3: Remove unused "retry" from cli_full_connection
[kai/samba.git] / source3 / libsmb / trusts_util.c
index 25f97bb488abc2e38f4b4f59682a7114f55c7df2..c7db679539e693b3945958d2c56a3fba85992b72 100644 (file)
@@ -166,7 +166,7 @@ bool enumerate_domain_trusts( TALLOC_CTX *mem_ctx, const char *domain,
        /* setup the anonymous connection */
 
        result = cli_full_connection( &cli, global_myname(), dc_name, &dc_ss, 0, "IPC$", "IPC",
-               "", "", "", 0, Undefined, NULL);
+               "", "", "", 0, Undefined);
        if ( !NT_STATUS_IS_OK(result) )
                goto done;
 
@@ -257,7 +257,7 @@ NTSTATUS change_trust_account_password( const char *domain, const char *remote_m
                                           NULL, 0,
                                           "IPC$", "IPC",
                                           "", "",
-                                          "", 0, Undefined, NULL))) {
+                                          "", 0, Undefined))) {
                DEBUG(0,("modify_trust_password: Connection to %s failed!\n", dc_name));
                nt_status = NT_STATUS_UNSUCCESSFUL;
                goto failed;