mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Stoppable, make stop() require call to start()
This commit is contained in:
@@ -157,12 +157,6 @@ public:
|
||||
|
||||
~ApplicationImp ()
|
||||
{
|
||||
stop();
|
||||
//stop ();
|
||||
|
||||
// Why is this needed here?
|
||||
//m_networkOPs = nullptr;
|
||||
|
||||
bassert (s_instance == this);
|
||||
s_instance = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user