readme update

This commit is contained in:
Joseph Henry
2016-06-29 14:15:20 -07:00
parent 5ebdef054a
commit 419c31e1a0
3 changed files with 12 additions and 12 deletions

View File

@@ -50,7 +50,6 @@
#define MSG_DEBUG_EXTRA 5 // If nothing in your world makes sense
char *debug_logfile = (char*)0;
void dwr(int level, const char *fmt, ... );
void dwr(int level, const char *fmt, ... )

View File

@@ -127,7 +127,6 @@ char *api_netpath;
load_symbols();
}
#if defined(SDK_BUNDLED)
/* The reasoning for this check is that if you've built the SDK with SDK_BUNDLE=1, then
you've included a full ZeroTier service in the same binary as your intercept, and we
don't want to run ZeroTier network API calls through the intercept, so we must specify