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:
committed by
Gerald (Jerry) Carter
parent
a52fa21895
commit
2f58645b70
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user