mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[gateway,tsg] fix unused variable warning
This commit is contained in:
@@ -1962,8 +1962,7 @@ static BOOL TsProxyAuthorizeTunnelReadResponse(rdpTsg* tsg, const RPC_PDU* pdu)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
UINT32 PacketResponsePtr = 0;
|
||||
if (!tsg_ndr_pointer_read(log, pdu->s, &index, &PacketResponsePtr, TRUE))
|
||||
if (!tsg_ndr_pointer_read(log, pdu->s, &index, NULL, TRUE))
|
||||
goto fail;
|
||||
|
||||
if (!Stream_CheckAndLogRequiredLengthWLog(log, pdu->s, 8))
|
||||
|
||||
Reference in New Issue
Block a user