r18613: Metze, in your DLINKLIST commit you changed this
authorJeremy Allison <jra@samba.org>
Mon, 18 Sep 2006 15:20:33 +0000 (15:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:52:00 +0000 (11:52 -0500)
from 10 seconds to 30 seconds. I don't think you
meant to do this....
Jeremy.
(This used to be commit dd1691cf81492cfecc7f015ba201b78e2588db90)

source3/libsmb/cliconnect.c

index cdc22293cb576513df25f3ad4dfa5b79e8a34f62..0e179416dc7c596e9c65e91f8345a7dc7519655c 100644 (file)
@@ -1423,7 +1423,7 @@ NTSTATUS cli_start_connection(struct cli_state **output_cli,
                return NT_STATUS_UNSUCCESSFUL;
        }
 
-       cli_set_timeout(cli, 30000); /* 10 seconds. */
+       cli_set_timeout(cli, 10000); /* 10 seconds. */
 
        if (dest_ip)
                ip = *dest_ip;