summaryrefslogtreecommitdiff
path: root/stun
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2013-12-17 10:05:58 +0000
committerOlivier CrĂȘte <olivier.crete@collabora.com>2013-12-18 17:50:58 -0500
commite703189bfd724da1860a730af2b4252dac310b93 (patch)
tree63f487adb27821630a87c54e0a9556e5d6060272 /stun
parent64d3f1885f3fcdf7c74a3f638b0f86cab4437116 (diff)
downloadlibnice-e703189bfd724da1860a730af2b4252dac310b93.tar.gz
stun: Remove unused variables
Diffstat (limited to 'stun')
-rw-r--r--stun/stunagent.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stun/stunagent.c b/stun/stunagent.c
index d143599..e3540ab 100644
--- a/stun/stunagent.c
+++ b/stun/stunagent.c
@@ -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) {