summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 45b1d8b..3d11f8c 100644
--- a/main.c
+++ b/main.c
@@ -3,7 +3,6 @@
3#include "tox_bootstrap.h" 3#include "tox_bootstrap.h"
4#include "log.h" 4#include "log.h"
5 5
6#define LOG_IP_ADDRESS
7 6
8#ifdef __MACH__ 7#ifdef __MACH__
9 #include "mach.h" 8 #include "mach.h"
@@ -19,7 +18,7 @@ TOX_CONNECTION friend_connection_status = TOX_CONNECTION_NONE;
19 18
20 19
21/* Don't bootstrap nodes */ 20/* Don't bootstrap nodes */
22int skip_bootstrap = 1; 21int skip_bootstrap = 0;
23 22
24enum Mode program_mode = Mode_Unspecified; 23enum Mode program_mode = Mode_Unspecified;
25 24