[or-cvs] r7067: dns.c:173: warning: control reaches end of non-void function (tor/trunk/src/or)
arma at seul.org
arma at seul.org
Wed Aug 16 02:18:56 UTC 2006
Author: arma
Date: 2006-08-15 22:18:55 -0400 (Tue, 15 Aug 2006)
New Revision: 7067
Modified:
tor/trunk/src/or/dns.c
Log:
dns.c:173: warning: control reaches end of non-void function
Modified: tor/trunk/src/or/dns.c
===================================================================
--- tor/trunk/src/or/dns.c 2006-08-15 09:39:36 UTC (rev 7066)
+++ tor/trunk/src/or/dns.c 2006-08-16 02:18:55 UTC (rev 7067)
@@ -168,8 +168,8 @@
#ifdef USE_EVENTDNS
if (server_mode(get_options()))
return configure_nameservers();
+#endif
return 0;
-#endif
}
uint32_t
More information about the tor-commits
mailing list