diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_thread.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp index 67992d8192..12691746bb 100644 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -530,7 +530,7 @@ recvRest: }
if (info->type == JABBER_SESSION_NORMAL) {
- m_iqManager.ExpireAll(info);
+ m_iqManager.ExpireAll();
m_bJabberOnline = FALSE;
info->zlibUninit();
EnableMenuItems(FALSE);
|