fix -daemon switch

This commit is contained in:
tcatm
2011-03-03 22:26:00 +01:00
parent 411493b1f7
commit dda48ccd0f
3 changed files with 39 additions and 27 deletions

View File

@@ -14,6 +14,7 @@ char pszSetDataDir[MAX_PATH] = "";
bool fRequestShutdown = false;
bool fShutdown = false;
bool fDaemon = false;
bool fServer = false;
bool fCommandLine = false;
string strMiscWarning;
bool fTestNet = false;