stun: Remove unused variables
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 17 Dec 2013 10:05:58 +0000 (10:05 +0000)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Wed, 18 Dec 2013 22:50:58 +0000 (17:50 -0500)
stun/stunagent.c

index d143599..e3540ab 100644 (file)
@@ -236,9 +236,7 @@ StunValidationStatus stun_agent_validate (StunAgent *agent, StunMessage *msg,
          because you might have a FINGERPRINT attribute after it... */
       if (agent->usage_flags & STUN_AGENT_USAGE_LONG_TERM_CREDENTIALS) {
         uint8_t *realm = NULL;
-        uint8_t *username = NULL;
         uint16_t realm_len;
-        uint16_t username_len;
         uint8_t md5[16];
 
         if (long_term_key_valid) {