zrtp: Remove invalid warning in zrtp

This commit is contained in:
Joni Räsänen 2022-09-19 14:00:01 +03:00
parent e5660c0e7d
commit 3714e138ca
1 changed files with 0 additions and 1 deletions

View File

@ -867,7 +867,6 @@ rtp_error_t uvgrtp::zrtp::packet_handler(ssize_t size, void *packet, int rce_fla
{
if (size < 0 || (uint32_t)size < sizeof(uvgrtp::zrtp_msg::zrtp_msg))
{
UVG_LOG_WARN("Received a ZRTP message that is too short. Length: %lli", size);
return RTP_PKT_NOT_HANDLED;
}