Commit 2d24ef53 authored by Olivier Crête's avatar Olivier Crête Committed by Philip Withnall

stun: Remove annoying non-error on non-STUN packet

parent 81a929ac
...@@ -550,7 +550,6 @@ ssize_t stun_message_validate_buffer_length_fast (StunInputVector *buffers, ...@@ -550,7 +550,6 @@ ssize_t stun_message_validate_buffer_length_fast (StunInputVector *buffers,
if (buffers[0].buffer[0] >> 6) if (buffers[0].buffer[0] >> 6)
{ {
stun_debug ("STUN error: RTP or other non-protocol packet!");
return STUN_MESSAGE_BUFFER_INVALID; // RTP or other non-STUN packet return STUN_MESSAGE_BUFFER_INVALID; // RTP or other non-STUN packet
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment