CSocketInternal initializer fix

This was SVN commit r125.
This commit is contained in:
Simon Brenner 2003-11-30 16:43:42 +00:00
parent 785a6f1290
commit 25e70cdbf8

View File

@ -87,7 +87,10 @@ public:
inline CSocketInternal(): inline CSocketInternal():
m_fd(-1), m_fd(-1),
m_pConnectHost(NULL), m_ConnectPort(-1) m_AcceptFd(-1),
m_Ops(0),
m_pConnectHost(NULL),
m_ConnectPort(-1)
{ {
} }
}; };