From 61a3d370b98ca4b75cd61e22f0d6b0f3fb7561b3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 15 Jan 2005 11:58:52 +0000 Subject: r4758: - added async support to the session request code - added async support to the negprot client code - removed two unused parameters from smbcli_full_connection() code - converted smbclient to use smbcli_full_connection() rather than reinventing everything itself (This used to be commit 71cbe2873473e039b4511511302cb63f1c50bce8) --- source4/auth/auth_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth') diff --git a/source4/auth/auth_domain.c b/source4/auth/auth_domain.c index 2452f8f65d..a1868e1b13 100644 --- a/source4/auth/auth_domain.c +++ b/source4/auth/auth_domain.c @@ -170,7 +170,7 @@ static NTSTATUS connect_to_domain_password_server(struct smbcli_state **cli, /* Attempt connection */ result = smbcli_full_connection(NULL, cli, lp_netbios_name(), remote_machine, - &dest_ip, 0, "IPC$", "IPC", "", "", "",0, retry); + 0, "IPC$", NULL, "", "", ""); if (!NT_STATUS_IS_OK(result)) { release_server_mutex(); -- cgit