Explorar el Código

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

svn:r7067
Roger Dingledine hace 19 años
padre
commit
d8fc598a2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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