summaryrefslogtreecommitdiff
path: root/stun/tools/stund.c
diff options
context:
space:
mode:
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);