Explorar el Código

undid whitespace changes to dns.c

svn:r8346
Mike Chiussi hace 19 años
padre
commit
5d773af545
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      src/or/dns.c

+ 0 - 3
src/or/dns.c

@@ -1287,13 +1287,10 @@ configure_nameservers(int force)
   }
 #ifdef MS_WINDOWS
   else {
-
-
     if (nameservers_configured) {
       eventdns_search_clear();
       eventdns_clear_nameservers_and_suspend();
     }
-
     if (eventdns_config_windows_nameservers())  {
       log_warn(LD_EXIT,"Could not config nameservers.");
       return -1;