Commit 72e94d7c authored by Youness Alaoui's avatar Youness Alaoui

No more need to ignore the fingerprint now that we know what was wrong with M$ crc32 algo

parent e2f01510
...@@ -157,7 +157,6 @@ StunValidationStatus stun_agent_validate (StunAgent *agent, StunMessage *msg, ...@@ -157,7 +157,6 @@ StunValidationStatus stun_agent_validate (StunAgent *agent, StunMessage *msg,
if (fpr != crc32) { if (fpr != crc32) {
stun_debug ("STUN demux error: bad fingerprint: 0x%08x," stun_debug ("STUN demux error: bad fingerprint: 0x%08x,"
" expected: 0x%08x!\n", fpr, crc32); " expected: 0x%08x!\n", fpr, crc32);
if (agent->compatibility != STUN_COMPATIBILITY_WLM2009)
return STUN_VALIDATION_BAD_REQUEST; return STUN_VALIDATION_BAD_REQUEST;
} }
......
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