more compile options mean more codepaths

svn:r6963
This commit is contained in:
Roger Dingledine 2006-07-31 20:25:57 +00:00
parent 80282d8f55
commit ed567c6feb

View File

@ -782,7 +782,7 @@ dns_found_answer(const char *address, uint32_t addr, char outcome,
* <b>exitconn</b>-\>address; tell that dns worker to begin resolving. * <b>exitconn</b>-\>address; tell that dns worker to begin resolving.
*/ */
static int static int
lauch_resolve(edge_connection_t *exitconn) launch_resolve(edge_connection_t *exitconn)
{ {
connection_t *dnsconn; connection_t *dnsconn;
unsigned char len; unsigned char len;