diff options
Diffstat (limited to 'src/modules/m_callerid.cpp')
| -rw-r--r-- | src/modules/m_callerid.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp index 0d4a8b752..93867a38c 100644 --- a/src/modules/m_callerid.cpp +++ b/src/modules/m_callerid.cpp @@ -49,7 +49,7 @@ class callerid_data typedef insp::flat_set<User*> UserSet; typedef std::vector<callerid_data*> CallerIdDataSet; - time_t lastnotify; + time_t lastnotify = 0; /** Users I accept messages from */ @@ -59,8 +59,6 @@ class callerid_data */ CallerIdDataSet wholistsme; - callerid_data() : lastnotify(0) { } - std::string ToString(bool human) const { std::ostringstream oss; |
