Changeset 6411 for trunk/licq/src/icqd-threads.cpp
- Timestamp:
- 07/04/08 03:27:41 (5 months ago)
- Files:
-
- 1 modified
-
trunk/licq/src/icqd-threads.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/src/icqd-threads.cpp
r6405 r6411 813 813 DEBUG_THREADS("[MonitorSockets_tep] Data on listening TCP socket." 814 814 "\n"); 815 TCPSocket *tcp = static_cast<TCPSocket *>(s);815 TCPSocket* tcp = static_cast<TCPSocket *>(s); 816 816 if (tcp == NULL) 817 817 { … … 821 821 else 822 822 { 823 TCPSocket *newSocket = new TCPSocket( 0);823 TCPSocket *newSocket = new TCPSocket(); 824 824 bool ok = tcp->RecvConnection(*newSocket); 825 825 gSocketManager.DropSocket(tcp);
