Changeset 652


Ignore:
Timestamp:
09/30/11 04:01:39 (8 months ago)
Author:
josh
Message:

-- Reduce severity of a null TCP carrier.

This occurs legitimately in some cases, so a hard shutdown
on a failed assert() is not desired.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/thelib/src/protocols/tcpprotocol.cpp

    r496 r652  
    8080bool TCPProtocol::EnqueueForOutbound() { 
    8181        if (_pCarrier == NULL) { 
    82                 ASSERT("TCPProtocol has no carrier"); 
     82                FATAL("TCPProtocol has no carrier"); 
    8383                return false; 
    8484        } 
Note: See TracChangeset for help on using the changeset viewer.