summaryrefslogtreecommitdiff
path: root/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:05:16 +0000
committerfcolin2007-02-01 13:05:16 +0000
commit1c70f693d16840f4afe269239b4c57dd58a914fe (patch)
treedf44b0aaf4de13a397f4b416864b85ba83c1fd93 /Ivy
parent3006e231e192a91fa6d132ddc3e483e1c1a31114 (diff)
downloadivy-cplusplus-1c70f693d16840f4afe269239b4c57dd58a914fe.zip
ivy-cplusplus-1c70f693d16840f4afe269239b4c57dd58a914fe.tar.gz
ivy-cplusplus-1c70f693d16840f4afe269239b4c57dd58a914fe.tar.bz2
ivy-cplusplus-1c70f693d16840f4afe269239b4c57dd58a914fe.tar.xz
Utilisateur : Fcolin Date : 19/06/02 Heure : 16:45 Archivé dans $/Ivy Commentaire: (vss 15)
Diffstat (limited to 'Ivy')
-rw-r--r--Ivy/ThreadedSocket.cxx4
1 files changed, 0 insertions, 4 deletions
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();
}