From bd2e344343f123588cf5fd27f87ce1ea3e0193d1 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 13 Aug 2013 18:35:33 -0700 Subject: [PATCH] Start the aux thread. --- modules/ripple_app/main/ripple_Application.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ripple_app/main/ripple_Application.cpp b/modules/ripple_app/main/ripple_Application.cpp index d1ea135c8..3f31b8eac 100644 --- a/modules/ripple_app/main/ripple_Application.cpp +++ b/modules/ripple_app/main/ripple_Application.cpp @@ -719,6 +719,7 @@ void ApplicationImp::run () // so this hack makes them start later. // m_mainService.runExtraThreads (); + m_auxService.runExtraThreads (); if (!getConfig ().RUN_STANDALONE) {