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