Changeset 444
- Timestamp:
- 07/14/05 20:33:00 (8 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/pdns_recursor.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/pdns_recursor.cc
r442 r444 565 565 signal(SIGUSR1,usr1Handler); 566 566 signal(SIGUSR2,usr2Handler); 567 signal(SIGPIPE,SIG_IGN); 567 568 568 569 writePid(); … … 588 589 vector<TCPConnection> tcpconnections; 589 590 counter=0; 590 time_t now ;591 time_t now=0; 591 592 unsigned int maxTcpClients=arg().asNum("max-tcp-clients"); 592 593 for(;;) {