summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-08-28 16:55:17 -0400
committerAndrew Cady <d@jerkface.net>2020-08-28 16:55:17 -0400
commite1d746ec1a5c4239359c81ee24c9427bb9bfedd0 (patch)
tree6cd67fb4fb35ee5ea7237c4c53df0b855adaccf0
parent702b610636012b8f9247c3bbc1d39cd8bddde7b2 (diff)
steve
-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