1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-13 16:23:50 +03:00

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
This commit is contained in:
Stefan Metzmacher
2006-09-18 07:52:16 +00:00
committed by Gerald (Jerry) Carter
parent a52fa21895
commit 2f58645b70
14 changed files with 64 additions and 55 deletions

View File

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