1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

r18613: Metze, in your DLINKLIST commit you changed this

from 10 seconds to 30 seconds. I don't think you
meant to do this....
Jeremy.
(This used to be commit dd1691cf81)
This commit is contained in:
Jeremy Allison 2006-09-18 15:20:33 +00:00 committed by Gerald (Jerry) Carter
parent 7ee716e701
commit 6b07596a0f

View 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;