mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
persist incoming tags
This commit is contained in:
parent
abf0f5ac87
commit
c2f62ba52a
5 changed files with 120 additions and 12 deletions
|
@ -110,6 +110,7 @@ namespace client
|
|||
{
|
||||
if (!m_IsRunning)
|
||||
{
|
||||
LoadTags ();
|
||||
m_IsRunning = true;
|
||||
m_Pool->SetLocalDestination (shared_from_this ());
|
||||
m_Pool->SetActive (true);
|
||||
|
@ -145,6 +146,7 @@ namespace client
|
|||
delete m_Thread;
|
||||
m_Thread = 0;
|
||||
}
|
||||
SaveTags ();
|
||||
CleanUp (); // GarlicDestination
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue