summaryrefslogtreecommitdiff
path: root/protocols/AimOscar/utility.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-18 21:52:06 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-18 21:52:06 +0000
commit47e5e82a35999401cc7676cd19a4b8b289a2024c (patch)
tree20449be9036d3d2503b49f4c2ba481be99261c66 /protocols/AimOscar/utility.cpp
parentbb7bf61220abb44c385deabda02daed66e9e2389 (diff)
sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@1030 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/utility.cpp')
-rw-r--r--protocols/AimOscar/utility.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/protocols/AimOscar/utility.cpp b/protocols/AimOscar/utility.cpp
index dfa18843ad..b1a2709d74 100644
--- a/protocols/AimOscar/utility.cpp
+++ b/protocols/AimOscar/utility.cpp
@@ -36,12 +36,6 @@ void CAimProto::broadcast_status(int status)
Netlib_Shutdown(hServerConn);
}
- if (hDirectBoundPort)
- {
- Netlib_CloseHandle(hDirectBoundPort);
- hDirectBoundPort=NULL;
- }
-
if (hMailConn && hMailConn != (HANDLE)1)
{
aim_sendflap(hMailConn,0x04,0,NULL,mail_seqno);