[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8346: undid whitespace changes to dns.c (tor/trunk/src/or)
Author: chiussi
Date: 2006-09-07 02:36:22 -0400 (Thu, 07 Sep 2006)
New Revision: 8346
Modified:
tor/trunk/src/or/dns.c
Log:
undid whitespace changes to dns.c
Modified: tor/trunk/src/or/dns.c
===================================================================
--- tor/trunk/src/or/dns.c 2006-09-07 06:34:20 UTC (rev 8345)
+++ tor/trunk/src/or/dns.c 2006-09-07 06:36:22 UTC (rev 8346)
@@ -1287,13 +1287,10 @@
}
#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;