From 2f58645b7094e81dff3734f11aa183ea2ab53d2d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Sep 2006 07:52:16 +0000 Subject: r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END() and DLIST_DEMOTE() now take the type of the tmp pointer not the tmp pointer itself anymore. metze --- source/libsmb/cliconnect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/libsmb/cliconnect.c') diff --git a/source/libsmb/cliconnect.c b/source/libsmb/cliconnect.c index 0e179416dc7..cdc22293cb5 100644 --- a/source/libsmb/cliconnect.c +++ b/source/libsmb/cliconnect.c @@ -1423,7 +1423,7 @@ NTSTATUS cli_start_connection(struct cli_state **output_cli, return NT_STATUS_UNSUCCESSFUL; } - cli_set_timeout(cli, 10000); /* 10 seconds. */ + cli_set_timeout(cli, 30000); /* 10 seconds. */ if (dest_ip) ip = *dest_ip; -- cgit