Show
Ignore:
Timestamp:
03/04/03 19:33:39 (10 years ago)
Author:
ahu
Message:

working up to 2.9.7

Files:
1 modified

Legend:

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

    r148 r156  
    392392      FD_SET( d_clientsock, &readfds ); 
    393393      FD_SET( d_serversock, &readfds ); 
     394 
     395 
     396      /* this should listen on a TCP port as well for new connections,  */ 
    394397      int selret = select( max(d_clientsock,d_serversock) + 1, &readfds, NULL, NULL, &tv ); 
    395398      if(selret<=0)