diff options
author | tcatm <tcatm@gawab.com> | 2011-03-03 22:26:00 +0100 |
---|---|---|
committer | tcatm <tcatm@gawab.com> | 2011-03-03 22:26:00 +0100 |
commit | dda48ccd0f7c7dd13486a580880390a43382d340 (patch) | |
tree | cb4360682f05a1fdce7201640c885a3693d02689 /util.cpp | |
parent | 411493b1f70d1493b1203bce847baa9f41e79f91 (diff) |
fix -daemon switch
Diffstat (limited to 'util.cpp')
-rw-r--r-- | util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |