From: Roger Dingledine Date: Mon, 31 Jul 2006 20:25:57 +0000 (+0000) Subject: more compile options mean more codepaths X-Git-Tag: tor-0.1.2.1-alpha~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed567c6feb7507d1f2e2cc83480d86a4846ba38d;p=thirdparty%2Ftor.git more compile options mean more codepaths svn:r6963 --- diff --git a/src/or/dns.c b/src/or/dns.c index 313da654ba..290bbc6c98 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -782,7 +782,7 @@ dns_found_answer(const char *address, uint32_t addr, char outcome, * exitconn-\>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;