From 47e5e82a35999401cc7676cd19a4b8b289a2024c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 Jul 2012 21:52:06 +0000 Subject: sync git-svn-id: http://svn.miranda-ng.org/main/trunk@1030 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/AimOscar/utility.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'protocols/AimOscar/utility.cpp') 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); -- cgit v1.2.3