mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 13:35:54 +00:00
Merge branch 'master' of github.com:jedmccaleb/NewCoin
This commit is contained in:
@@ -82,6 +82,7 @@ void sigIntHandler(int)
|
||||
|
||||
void Application::run()
|
||||
{
|
||||
#ifndef WIN32
|
||||
#ifdef SIGINT
|
||||
if (!config.RUN_STANDALONE)
|
||||
{
|
||||
@@ -90,6 +91,7 @@ void Application::run()
|
||||
sa.sa_handler = sigIntHandler;
|
||||
sigaction(SIGINT, &sa, NULL);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
assert(mTxnDB == NULL);
|
||||
|
||||
Reference in New Issue
Block a user