s3: Remove unused "retry" from cli_full_connection
[kai/samba.git] / source3 / auth / auth_domain.c
index c9eaa64d36a5a9e64fe549e31f0ba91901b46fa2..0f541cd1e72acab536ee6ddff57530c25f448192 100644 (file)
@@ -143,7 +143,7 @@ static NTSTATUS connect_to_domain_password_server(struct cli_state **cli,
 
        /* Attempt connection */
        result = cli_full_connection(cli, global_myname(), dc_name, dc_ss, 0, 
-               "IPC$", "IPC", "", "", "", 0, Undefined, NULL);
+               "IPC$", "IPC", "", "", "", 0, Undefined);
 
        if (!NT_STATUS_IS_OK(result)) {
                /* map to something more useful */