Changeset 595 for trunk/pdns/pdns/pdns_recursor.cc
- Timestamp:
- 03/18/06 22:24:36 (7 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/pdns_recursor.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/pdns_recursor.cc
r594 r595 653 653 654 654 655 g_quiet=::arg().mustDo("quiet"); 655 656 if(::arg().mustDo("trace")) { 656 657 SyncRes::setLog(true); … … 658 659 g_quiet=false; 659 660 } 661 660 662 makeClientSocket(); 661 663 makeUDPServerSockets();