1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

smb2_server: update inline comment for max channels

All Windows versions have the limit of 32 channels.

Signed-off-by: Guenther Deschner <gd@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Günther Deschner 2018-01-24 17:14:59 +01:00
parent e26b55a232
commit 2ac0f83545

View File

@ -1345,7 +1345,7 @@ NTSTATUS smbXsrv_session_add_channel(struct smbXsrv_session *session,
if (global->num_channels > 31) {
/*
* Windows 2012 and 2012R2 allow up to 32 channels
* Windows allow up to 32 channels
*/
return NT_STATUS_INSUFFICIENT_RESOURCES;
}