diff options
| author | Gavin Andresen <[email protected]> | 2012-12-12 09:10:44 -0800 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-12-12 09:10:44 -0800 |
| commit | 8b83e2fc2e7440c49902babc7d89b629f8651ad8 (patch) | |
| tree | cec7b380453644d70fe67c5af0e370d19fb72bbf /src/util.cpp | |
| parent | Compile c/objective-c code max compatiblity when RELEASE (diff) | |
| parent | Allow lengthy block reconnections to be interrupted (diff) | |
| download | discoin-8b83e2fc2e7440c49902babc7d89b629f8651ad8.tar.xz discoin-8b83e2fc2e7440c49902babc7d89b629f8651ad8.zip | |
Merge pull request #2074 from sipa/minor
Two minor inconvenience fixes
Diffstat (limited to 'src/util.cpp')
| -rw-r--r-- | src/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp index bd8ad8acd..3cbc6b196 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -64,7 +64,7 @@ bool fDebug = false; bool fDebugNet = false; bool fPrintToConsole = false; bool fPrintToDebugger = false; -bool fRequestShutdown = false; +volatile bool fRequestShutdown = false; bool fShutdown = false; bool fDaemon = false; bool fServer = false; |