1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-01 16:23:49 +03:00

r26266: Remove more global_loadparm uses.

This commit is contained in:
Jelmer Vernooij
2007-12-03 21:25:06 +01:00
committed by Stefan Metzmacher
parent 75cb7676fd
commit 99113075c4
17 changed files with 46 additions and 90 deletions

View File

@@ -307,7 +307,9 @@ static NTSTATUS connect_socket(struct composite_context *c,
NT_STATUS_NOT_OK_RETURN(status);
/* the socket is up - we can initialise the smbcli transport layer */
state->transport = smbcli_transport_init(state->sock, state, true);
state->transport = smbcli_transport_init(state->sock, state, true,
lp_max_xmit(global_loadparm),
lp_maxmux(global_loadparm));
NT_STATUS_HAVE_NO_MEMORY(state->transport);
if (is_ipaddress(state->sock->hostname) &&