Browse Source

default value for m_PersistProfiles

pull/1274/head
orignal 6 years ago
parent
commit
c0e263abd3
  1. 2
      libi2pd/NetDb.cpp

2
libi2pd/NetDb.cpp

@ -26,7 +26,7 @@ namespace data @@ -26,7 +26,7 @@ namespace data
{
NetDb netdb;
NetDb::NetDb (): m_IsRunning (false), m_Thread (nullptr), m_Reseeder (nullptr), m_Storage("netDb", "r", "routerInfo-", "dat"), m_FloodfillBootstrap(nullptr), m_HiddenMode(false)
NetDb::NetDb (): m_IsRunning (false), m_Thread (nullptr), m_Reseeder (nullptr), m_Storage("netDb", "r", "routerInfo-", "dat"), m_PersistProfiles (true), m_HiddenMode(false)
{
}

Loading…
Cancel
Save