]> Git Repo - VerusCoin.git/commitdiff
force fDaemon in bitcoind
authortcatm <[email protected]>
Thu, 3 Mar 2011 21:31:44 +0000 (22:31 +0100)
committertcatm <[email protected]>
Thu, 3 Mar 2011 21:31:44 +0000 (22:31 +0100)
init.cpp

index 0548accb058d6bd00de160eb0246be2c9626bc70..f3ec28ba3d9ebdbaa8c4f6f25bfb8f16295fe7d0 100644 (file)
--- a/init.cpp
+++ b/init.cpp
@@ -199,9 +199,10 @@ bool AppInit2(int argc, char* argv[])
     else
         fServer = GetBoolArg("-server");
 
-    /* force fServer when running without GUI */
+    /* force fServer and fDaemon when running without GUI */
 #ifndef GUI
     fServer = true;
+    fDaemon = true;
 #endif
 
     fPrintToConsole = GetBoolArg("-printtoconsole");
This page took 0.027672 seconds and 4 git commands to generate.