summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-09-18 19:33:06 -0400
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-06-24 14:49:54 +0100
commit2d24ef532d1b6ec684f28d52aa0592dfdfb7e067 (patch)
tree1967b84f281f52a65f26813f89498ce3e35ac82e
parent81a929ac141aae66b6450e8ce93cb357ed404cda (diff)
downloadlibnice-2d24ef532d1b6ec684f28d52aa0592dfdfb7e067.tar.gz
stun: Remove annoying non-error on non-STUN packet
-rw-r--r--stun/stunmessage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stun/stunmessage.c b/stun/stunmessage.c
index 9faa64b..558fe5e 100644
--- a/stun/stunmessage.c
+++ b/stun/stunmessage.c
@@ -550,7 +550,6 @@ ssize_t stun_message_validate_buffer_length_fast (StunInputVector *buffers,
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
}