mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
undid whitespace changes to dns.c
svn:r8346
This commit is contained in:
parent
b931994c6a
commit
5d773af545
1 changed files with 0 additions and 3 deletions
|
@ -1287,13 +1287,10 @@ configure_nameservers(int force)
|
||||||
}
|
}
|
||||||
#ifdef MS_WINDOWS
|
#ifdef MS_WINDOWS
|
||||||
else {
|
else {
|
||||||
|
|
||||||
|
|
||||||
if (nameservers_configured) {
|
if (nameservers_configured) {
|
||||||
eventdns_search_clear();
|
eventdns_search_clear();
|
||||||
eventdns_clear_nameservers_and_suspend();
|
eventdns_clear_nameservers_and_suspend();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (eventdns_config_windows_nameservers()) {
|
if (eventdns_config_windows_nameservers()) {
|
||||||
log_warn(LD_EXIT,"Could not config nameservers.");
|
log_warn(LD_EXIT,"Could not config nameservers.");
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue