From d8fc598a2ad9a958f536d33331a5debddd79bace Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 16 Aug 2006 02:18:55 +0000 Subject: dns.c:173: warning: control reaches end of non-void function svn:r7067 --- src/or/dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf