summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/chan_04close.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-09 16:14:09 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-09 16:14:09 +0000
commitb58f2f446a6acb22ebc3ed51acc2591c95d00569 (patch)
treee869c6cd8c39fc3db1f21c8d54b897961a82fdff /protocols/IcqOscarJ/src/chan_04close.cpp
parenta35f8740e62fc7953e4aa94601646e1999e639ed (diff)
unused parameter removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@9748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/chan_04close.cpp')
-rw-r--r--protocols/IcqOscarJ/src/chan_04close.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/chan_04close.cpp b/protocols/IcqOscarJ/src/chan_04close.cpp
index 5979919c62..409926b3df 100644
--- a/protocols/IcqOscarJ/src/chan_04close.cpp
+++ b/protocols/IcqOscarJ/src/chan_04close.cpp
@@ -87,7 +87,7 @@ void CIcqProto::handleLoginReply(BYTE *buf, WORD datalen, serverthread_info *inf
if (!chain->getLength(0x06, 1)) {
disposeChain(&chain);
SetCurrentStatus(ID_STATUS_OFFLINE);
- icq_serverDisconnect(FALSE);
+ icq_serverDisconnect();
return; // Failure
}
}