Changeset 6411 for trunk/licq/src/icqd.cpp
- Timestamp:
- 07/04/08 03:27:41 (5 months ago)
- Files:
-
- 1 modified
-
trunk/licq/src/icqd.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/src/icqd.cpp
r6405 r6411 385 385 int nResult = 0; 386 386 387 TCPSocket *s = new TCPSocket(0);387 TCPSocket* s = new TCPSocket(); 388 388 m_nTCPSocketDesc = StartTCPServer(s); 389 389 if (m_nTCPSocketDesc == -1)
