From 9169b6c99902f546fe98e32d24768f4798d3c772 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 17 Nov 2015 09:56:19 -0800 Subject: Fix crash on exit in Windows (does not affect other OSes) and revert debugging tweak in Windows version that prevented service from starting after real install. --- one.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'one.cpp') diff --git a/one.cpp b/one.cpp index 11bcc11e..685034df 100644 --- a/one.cpp +++ b/one.cpp @@ -966,7 +966,7 @@ int main(int argc,char **argv) #ifdef ZT_WIN_RUN_IN_CONSOLE bool winRunFromCommandLine = true; #else - bool winRunFromCommandLine = true; + bool winRunFromCommandLine = false; #endif #endif // __WINDOWS__ -- cgit v1.2.3