mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
smbd: enable multi-channel if 'server multi channel support = yes' in the config
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Mar 15 20:58:19 CET 2016 on sn-devel-144
This commit is contained in:
@ -511,6 +511,8 @@ NTSTATUS smbXsrv_client_create(TALLOC_CTX *mem_ctx,
|
||||
client->ev_ctx = ev_ctx;
|
||||
client->msg_ctx = msg_ctx;
|
||||
|
||||
client->server_multi_channel_enabled = lp_server_multi_channel_support();
|
||||
|
||||
client->table = talloc_move(client, &table);
|
||||
table = client->table;
|
||||
|
||||
|
Reference in New Issue
Block a user