projects
/
platform
/
upstream
/
libnice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64d3f18
)
stun: Remove unused variables
author
Philip Withnall
<philip.withnall@collabora.co.uk>
Tue, 17 Dec 2013 10:05:58 +0000
(10:05 +0000)
committer
Olivier CrĂȘte
<olivier.crete@collabora.com>
Wed, 18 Dec 2013 22:50:58 +0000
(17:50 -0500)
stun/stunagent.c
patch
|
blob
|
history
diff --git
a/stun/stunagent.c
b/stun/stunagent.c
index
d143599
..
e3540ab
100644
(file)
--- 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) {