summaryrefslogtreecommitdiff
path: root/stun/tools/stund.c
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-22 18:26:06 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-22 18:26:06 -0400
commitec7dbae5b7346810421bbceb27383167bce7fe53 (patch)
tree2e2015747f96483be7ab79b6076a259c9a589d8f /stun/tools/stund.c
parent9f5d0b5b065164734ba46e484e9c8c644f68be40 (diff)
downloadlibnice-ec7dbae5b7346810421bbceb27383167bce7fe53.tar.gz
stunbdc and stund should use 3489bis to allow the unit tests to run
Diffstat (limited to 'stun/tools/stund.c')
-rw-r--r--stun/tools/stund.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stun/tools/stund.c b/stun/tools/stund.c
index 08ebf93..625179c 100644
--- a/stun/tools/stund.c
+++ b/stun/tools/stund.c
@@ -265,7 +265,7 @@ static int run (int family, int protocol, unsigned port)
stun_agent_init (&agent, known_attributes,
- STUN_COMPATIBILITY_RFC3489, 0);
+ STUN_COMPATIBILITY_3489BIS, STUN_AGENT_USAGE_USE_FINGERPRINT);
for (;;)
dgram_process (sock, &agent);