From 0ca47825a795e746ce32eff6a0aea3374771eb0f Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 2 Oct 2012 20:50:57 -0400 Subject: [PATCH] and make the last commit compile --- src/or/dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;