diff options
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 05483d5352..ab5756f258 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -168,8 +168,8 @@ dns_init(void) #ifdef USE_EVENTDNS if (server_mode(get_options())) return configure_nameservers(); - return 0; #endif + return 0; } uint32_t |