Show
Ignore:
Timestamp:
12/16/06 15:23:08 (6 years ago)
Author:
ahu
Message:

update version to 3.1.5, some whitespace changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/tcpreceiver.cc

    r902 r929  
    9494  while(bytesLeft) { 
    9595    int ret=waitForData(fd, s_timeout); 
    96     if(ret<0) 
     96    if(ret < 0) 
    9797      throw AhuException("Waiting on data from remote TCP client "+remote->toString()+": "+stringerror()); 
    9898   
     
    377377      count=0; 
    378378     
    379       if(sendDelPacket(outpacket, outsock)<0)  // FIXME: this leaks memory! 
     379      if(sendDelPacket(outpacket, outsock) < 0)  // FIXME: this leaks memory! 
    380380        return 0; 
    381381