diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_iq.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_iq.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_iq.cpp b/protocols/JabberG/src/jabber_iq.cpp index 0feeee81c7..d1cff5c24a 100644 --- a/protocols/JabberG/src/jabber_iq.cpp +++ b/protocols/JabberG/src/jabber_iq.cpp @@ -43,7 +43,8 @@ static int ComparePermanent(const CJabberIqPermanentInfo *p1, const CJabberIqPer CJabberIqManager::CJabberIqManager(CJabberProto *proto) :
m_arIqs(10, CompareIqs),
- m_arHandlers(10, ComparePermanent)
+ m_arHandlers(10, ComparePermanent),
+ m_bExpirerThreadShutdownRequest(false)
{
m_dwLastUsedHandle = 0;
m_hExpirerThread = NULL;
|