summaryrefslogtreecommitdiff
path: root/source3/smbd/smbXsrv_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/smbXsrv_client.c')
-rw-r--r--source3/smbd/smbXsrv_client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/smbXsrv_client.c b/source3/smbd/smbXsrv_client.c
index d8ba2f7843d..7286b6e0208 100644
--- a/source3/smbd/smbXsrv_client.c
+++ b/source3/smbd/smbXsrv_client.c
@@ -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;