Show
Ignore:
Timestamp:
03/18/06 22:24:36 (7 years ago)
Author:
ahu
Message:

quiet fix

Files:
1 modified

Legend:

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

    r594 r595  
    653653 
    654654 
     655  g_quiet=::arg().mustDo("quiet"); 
    655656  if(::arg().mustDo("trace")) { 
    656657      SyncRes::setLog(true); 
     
    658659      g_quiet=false; 
    659660  } 
     661 
    660662    makeClientSocket(); 
    661663    makeUDPServerSockets();