Fix the build for now..
authorJim McDonough <jmcd@samba.org>
Tue, 30 Jul 2002 17:38:27 +0000 (17:38 +0000)
committerJim McDonough <jmcd@samba.org>
Tue, 30 Jul 2002 17:38:27 +0000 (17:38 +0000)
Tridge, please look at this.  Did you mean to take out the last parm?

source/auth/auth_domain.c

index 327d49144fda21420d49674b8e1adb7dbd6bc0ea..72c216581ef50fe40165cc2969509d1b9060ae70 100644 (file)
@@ -169,7 +169,7 @@ static NTSTATUS connect_to_domain_password_server(struct cli_state **cli,
        
        /* Attempt connection */
        result = cli_full_connection(cli, global_myname, remote_machine,
-                                    &dest_ip, 0, "IPC$", "IPC", "", "", "");
+                                    &dest_ip, 0, "IPC$", "IPC", "", "", "",0);
 
        if (!NT_STATUS_IS_OK(result)) {
                release_server_mutex();