[core,gateway] use dynamic logger in tsg

This commit is contained in:
Armin Novak 2023-10-25 13:48:36 +02:00 committed by akallabeth
parent 6e7a35f8bc
commit 814ab2a212
2 changed files with 273 additions and 232 deletions

View File

@ -1345,7 +1345,7 @@ static BOOL rts_version_command_write(wStream* buffer)
{
WINPR_ASSERT(buffer);
if (!Stream_CheckAndLogRequiredCapacity(TAG, (buffer), 8))
if (!Stream_EnsureRemainingCapacity((buffer), 8))
return FALSE;
Stream_Write_UINT32(buffer, RTS_CMD_VERSION); /* CommandType (4 bytes) */

File diff suppressed because it is too large Load Diff