diff options
Diffstat (limited to 'src/ban.h')
-rw-r--r-- | src/ban.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,9 +44,9 @@ public: private: std::mutex m_mutex; - std::string m_banfilepath; + std::string m_banfilepath = ""; StringMap m_ips; - bool m_modified; + bool m_modified = false; }; #endif |