Browse Source

dns.c:173: warning: control reaches end of non-void function

svn:r7067
Roger Dingledine 19 years ago
parent
commit
d8fc598a2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/dns.c

+ 1 - 1
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