diff options
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 29735b26df..da6b768380 100644 --- a/src/or/dns.c +++ b/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; |