Rename variables in Session class

This commit is contained in:
Chocobo1
2019-10-29 23:16:22 +08:00
parent 89c58921de
commit 29fe0029f0
2 changed files with 10 additions and 10 deletions

View File

@@ -574,8 +574,8 @@ namespace BitTorrent
lt::session *m_nativeSession = nullptr;
bool m_deferredConfigureScheduled = false;
bool m_IPFilteringChanged = true; // initialization require this to be true
bool m_listenInterfaceChanged = true; // initialization require this to be true
bool m_IPFilteringConfigured = false;
bool m_listenInterfaceConfigured = false;
CachedSettingValue<bool> m_isDHTEnabled;
CachedSettingValue<bool> m_isLSDEnabled;