mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Refactor Application shutdown using new Service, AsyncService interfaces
This commit is contained in:
@@ -426,7 +426,6 @@ int RippleMain::run (int argc, char const* const* argv)
|
||||
// No arguments. Run server.
|
||||
ScopedPointer <Application> app (Application::New ());
|
||||
setupServer ();
|
||||
setCallingThreadName ("io");
|
||||
startServer ();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user