diff options
author | Mike Chiussi <chiussi@gmail.com> | 2006-09-07 04:02:52 +0000 |
---|---|---|
committer | Mike Chiussi <chiussi@gmail.com> | 2006-09-07 04:02:52 +0000 |
commit | c40acb86f4b34fab25108acea3bf82ec24bf7d08 (patch) | |
tree | 76609884e7b5a2bcc5ffa1a48a3a559e2b4c352e /src/or/dns.c | |
parent | 3c85780e69befe3246331a9a9752a6506307dde3 (diff) | |
download | tor-c40acb86f4b34fab25108acea3bf82ec24bf7d08.tar.gz tor-c40acb86f4b34fab25108acea3bf82ec24bf7d08.zip |
- got rid of tabs
svn:r8344
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 122e60d1ba..da6b768380 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -1292,9 +1292,9 @@ configure_nameservers(int force) eventdns_clear_nameservers_and_suspend(); } if (eventdns_config_windows_nameservers()) { - log_warn(LD_EXIT,"Could not config nameservers."); + log_warn(LD_EXIT,"Could not config nameservers."); return -1; - } + } if (eventdns_count_nameservers() == 0) { log_warn(LD_EXIT, "Unable to find any platform nameservers in " "your Windows configuration. Perhaps you should list a " |