From 1c70f693d16840f4afe269239b4c57dd58a914fe Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:05:16 +0000 Subject: Utilisateur : Fcolin Date : 19/06/02 Heure : 16:45 Archivé dans $/Ivy Commentaire: (vss 15) --- Ivy/ThreadedSocket.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Ivy') diff --git a/Ivy/ThreadedSocket.cxx b/Ivy/ThreadedSocket.cxx index f14d79a..c93ffa9 100644 --- a/Ivy/ThreadedSocket.cxx +++ b/Ivy/ThreadedSocket.cxx @@ -335,10 +335,6 @@ int CThreadedSocket::Socket(int nSocketType, int nProtocolType, int nAddressForm m_hSocket = socket(nAddressFormat,nSocketType,nProtocolType); - if ( m_hSocket < 0 ) - { - return m_hSocket; - } return m_hSocket; //return StartListener(); } -- cgit v1.1