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