diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-18 21:52:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-18 21:52:06 +0000 |
commit | 47e5e82a35999401cc7676cd19a4b8b289a2024c (patch) | |
tree | 20449be9036d3d2503b49f4c2ba481be99261c66 /protocols/AimOscar/utility.cpp | |
parent | bb7bf61220abb44c385deabda02daed66e9e2389 (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.cpp | 6 |
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);
|