From 4d7b916fafd43867eebc9d805013ba9af3096b21 Mon Sep 17 00:00:00 2001 From: Bolke de Bruin Date: Fri, 21 Aug 2020 09:19:49 +0200 Subject: [PATCH] Improve description --- common/xrdp_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index 50be8536..7b777e3d 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -39,7 +39,7 @@ #define INFO_CLIENT_NAME_BYTES 32 /** - * Maximum length of a string (two bytes + len), excluding the terminator + * Maximum length of a string including the mandatory null terminator * [MS-RDPBCGR] TS_INFO_PACKET(2.2.1.11.1.1) */ #define INFO_CLIENT_MAX_CB_LEN 512