[warnings] fix unused result warnings

This commit is contained in:
akallabeth
2026-01-26 12:31:30 +01:00
parent 3170a21418
commit 3f163cee9c
4 changed files with 10 additions and 5 deletions

View File

@@ -565,7 +565,8 @@ static BOOL tf_peer_dump_rfx(freerdp_peer* client)
break;
record.data = Stream_Buffer(s);
pcap_get_next_record_content(pcap_rfx, &record);
if (!pcap_get_next_record_content(pcap_rfx, &record))
break;
Stream_SetPosition(s, Stream_Capacity(s));
if (info->test_dump_rfx_realtime &&