mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed #2078. don't stop service when destination stops
This commit is contained in:
@@ -180,7 +180,6 @@ namespace client
|
|||||||
i2p::tunnel::tunnels.StopTunnelPool (m_Pool);
|
i2p::tunnel::tunnels.StopTunnelPool (m_Pool);
|
||||||
}
|
}
|
||||||
SaveTags ();
|
SaveTags ();
|
||||||
m_Service.stop (); // make sure we don't process more messages after this point. TODO: implement it better
|
|
||||||
CleanUp (); // GarlicDestination
|
CleanUp (); // GarlicDestination
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user