From: Roger Dingledine Date: Wed, 3 Oct 2012 00:50:57 +0000 (-0400) Subject: and make the last commit compile X-Git-Tag: tor-0.2.4.4-alpha~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ca47825a795e746ce32eff6a0aea3374771eb0f;p=thirdparty%2Ftor.git and make the last commit compile --- diff --git a/src/or/dns.c b/src/or/dns.c index 4c9114c198..cacce4e022 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -1210,7 +1210,7 @@ configure_nameservers(int force) } #ifdef HAVE_EVDNS_SET_DEFAULT_OUTGOING_BIND_ADDRESS - if (! tor_addr_is_null(options->_OutboundBindAddressIPv4)) { + if (! tor_addr_is_null(&options->_OutboundBindAddressIPv4)) { if (1) { int socklen; struct sockaddr_storage ss;