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

stun: Remove unused variables

parent 64d3f188
...@@ -236,9 +236,7 @@ StunValidationStatus stun_agent_validate (StunAgent *agent, StunMessage *msg, ...@@ -236,9 +236,7 @@ StunValidationStatus stun_agent_validate (StunAgent *agent, StunMessage *msg,
because you might have a FINGERPRINT attribute after it... */ because you might have a FINGERPRINT attribute after it... */
if (agent->usage_flags & STUN_AGENT_USAGE_LONG_TERM_CREDENTIALS) { if (agent->usage_flags & STUN_AGENT_USAGE_LONG_TERM_CREDENTIALS) {
uint8_t *realm = NULL; uint8_t *realm = NULL;
uint8_t *username = NULL;
uint16_t realm_len; uint16_t realm_len;
uint16_t username_len;
uint8_t md5[16]; uint8_t md5[16];
if (long_term_key_valid) { if (long_term_key_valid) {
......
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