]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
and make the last commit compile
authorRoger Dingledine <arma@torproject.org>
Wed, 3 Oct 2012 00:50:57 +0000 (20:50 -0400)
committerRoger Dingledine <arma@torproject.org>
Wed, 3 Oct 2012 00:50:57 +0000 (20:50 -0400)
src/or/dns.c

index 4c9114c198a0fd9b0cb4d3cf036f85efe42cd619..cacce4e022ae5ae12cd09e06745cd239b3fffad7 100644 (file)
@@ -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;