mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 21:45:52 +00:00
Fix.
This commit is contained in:
@@ -84,7 +84,7 @@ void Application::run()
|
||||
{
|
||||
#ifndef WIN32
|
||||
#ifdef SIGINT
|
||||
if (!config.RUN_STANDALONE)
|
||||
if (!theConfig.RUN_STANDALONE)
|
||||
{
|
||||
struct sigaction sa;
|
||||
memset(&sa, 0, sizeof(sa));
|
||||
|
||||
Reference in New Issue
Block a user