Index: src/TcpTransport/TcpEndpoint.cpp =================================================================== RCS file: /home/cvsroot/icee/src/TcpTransport/TcpEndpoint.cpp,v retrieving revision 1.13 diff -r1.13 TcpEndpoint.cpp 234c234,237 < assert(p); --- > if(!p) > { > return false; > } 284c287,290 < assert(p); --- > if(!p) > { > return type() < r.type(); > }