Commit 757f8aec authored by Philip Withnall's avatar Philip Withnall

stun: Disable debug by default

To match debug_enable in agent/debug.c. Debug can still be enabled by
calling stun_debug_enable() or nice_debug_enable().

Spotted on the mailing list by Tom Chen.
parent 2eaa8b32
......@@ -46,7 +46,7 @@
#include "debug.h"
static int debug_enabled = 1;
static int debug_enabled = 0;
void stun_debug_enable (void) {
debug_enabled = 1;
......
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