[or-cvs] r6963: more compile options mean more codepaths (tor/trunk/src/or)
arma at seul.org
arma at seul.org
Mon Jul 31 20:26:00 UTC 2006
Author: arma
Date: 2006-07-31 16:25:57 -0400 (Mon, 31 Jul 2006)
New Revision: 6963
Modified:
tor/trunk/src/or/dns.c
Log:
more compile options mean more codepaths
Modified: tor/trunk/src/or/dns.c
===================================================================
--- tor/trunk/src/or/dns.c 2006-07-31 20:19:58 UTC (rev 6962)
+++ tor/trunk/src/or/dns.c 2006-07-31 20:25:57 UTC (rev 6963)
@@ -782,7 +782,7 @@
* <b>exitconn</b>-\>address; tell that dns worker to begin resolving.
*/
static int
-lauch_resolve(edge_connection_t *exitconn)
+launch_resolve(edge_connection_t *exitconn)
{
connection_t *dnsconn;
unsigned char len;
More information about the tor-commits
mailing list