diff options
author | Youness Alaoui <kakaroto@kakaroto.(none)> | 2008-08-07 19:17:19 -0400 |
---|---|---|
committer | Youness Alaoui <kakaroto@kakaroto.(none)> | 2008-08-07 19:17:19 -0400 |
commit | 984b21a5deca4aae4f7a68cd9b997e802fee8cea (patch) | |
tree | 2b358f99d838ef6355c61ecddaa3e24a334c7273 /stun/tools/stund.c | |
parent | f83976c835345af7fde823779b0455786f114a8f (diff) | |
download | libnice-984b21a5deca4aae4f7a68cd9b997e802fee8cea.tar.gz |
stun daemon now needs the USE_FINGERPRINT flag
Diffstat (limited to 'stun/tools/stund.c')
-rw-r--r-- | stun/tools/stund.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stun/tools/stund.c b/stun/tools/stund.c index fcfc5d3..43d5ce6 100644 --- a/stun/tools/stund.c +++ b/stun/tools/stund.c @@ -265,7 +265,8 @@ static int run (int family, int protocol, unsigned port) stun_agent_init (&agent, known_attributes, - STUN_COMPATIBILITY_3489BIS, STUN_AGENT_USAGE_ADD_SERVER); + STUN_COMPATIBILITY_3489BIS, STUN_AGENT_USAGE_ADD_SERVER | + STUN_AGENT_USAGE_USE_FINGERPRINT); for (;;) dgram_process (sock, &agent); |