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:
committed by
Stefan Metzmacher
parent
75cb7676fd
commit
99113075c4
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user