aboutsummaryrefslogtreecommitdiff
path: root/src/ban.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ban.h')
-rw-r--r--src/ban.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ban.h b/src/ban.h
index 7c88406d4..35bf10abb 100644
--- a/src/ban.h
+++ b/src/ban.h
@@ -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