mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Revert "*Always* send a shutdown signal to enable custom shutdown actions"
This reverts commit 896899e0d6.
This commit is contained in:
@@ -2905,7 +2905,8 @@ void ThreadRPCServer2(void* parg)
|
||||
}
|
||||
|
||||
vnThreadsRunning[THREAD_RPCLISTENER]--;
|
||||
io_service.run();
|
||||
while (!fShutdown)
|
||||
io_service.run_one();
|
||||
vnThreadsRunning[THREAD_RPCLISTENER]++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user