mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fixed #2078. don't stop service when destination stops
This commit is contained in:
parent
e5dac605f6
commit
86f86fc711
1 changed files with 0 additions and 1 deletions
|
@ -180,7 +180,6 @@ namespace client
|
|||
i2p::tunnel::tunnels.StopTunnelPool (m_Pool);
|
||||
}
|
||||
SaveTags ();
|
||||
m_Service.stop (); // make sure we don't process more messages after this point. TODO: implement it better
|
||||
CleanUp (); // GarlicDestination
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue