Commit 748a0a1e authored by Youness Alaoui's avatar Youness Alaoui

fix bad usage flag value

parent 4cce8f39
......@@ -66,7 +66,7 @@ typedef enum {
#define STUN_AGENT_USAGE_LONG_TERM_CREDENTIALS 0x0002
#define STUN_AGENT_USAGE_USE_FINGERPRINT 0x0004
#define STUN_AGENT_USAGE_ADD_SERVER 0x0008
#define STUN_AGENT_USAGE_IGNORE_CREDENTIALS 0x000F
#define STUN_AGENT_USAGE_IGNORE_CREDENTIALS 0x0010
typedef struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment