diff options
author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-08-19 18:14:50 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-08-19 18:14:50 -0700 |
commit | 17ebd0afc7e298daba8d23270773c46a6b9bee3f (patch) | |
tree | 12775e0830db62aad626a6ce00aba8ab0db82096 /ZeroTierUI | |
parent | 351b7f3a09cfffa04dc5b62349806f256b9f3d2d (diff) | |
download | infinitytier-17ebd0afc7e298daba8d23270773c46a6b9bee3f.tar.gz infinitytier-17ebd0afc7e298daba8d23270773c46a6b9bee3f.zip |
Disable service management in UI -- installer should automatically start service and this is annoying for testing purposes.
Diffstat (limited to 'ZeroTierUI')
-rw-r--r-- | ZeroTierUI/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZeroTierUI/main.cpp b/ZeroTierUI/main.cpp index e62b904e..8123d4de 100644 --- a/ZeroTierUI/main.cpp +++ b/ZeroTierUI/main.cpp @@ -43,7 +43,7 @@ #include "../node/Defaults.hpp" // Uncomment for testing to disable making sure Windows service is running -//#define DISABLE_WINDOWS_SERVICE_MANAGEMENT +#define DISABLE_WINDOWS_SERVICE_MANAGEMENT #ifdef __WINDOWS__ #include <WinSock2.h> |