[tor-commits] [tor/master] and make the last commit compile
arma at torproject.org
arma at torproject.org
Wed Oct 3 00:52:38 UTC 2012
commit 0ca47825a795e746ce32eff6a0aea3374771eb0f
Author: Roger Dingledine <arma at torproject.org>
Date: Tue Oct 2 20:50:57 2012 -0400
and make the last commit compile
---
src/or/dns.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/dns.c b/src/or/dns.c
index 4c9114c..cacce4e 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;
More information about the tor-commits
mailing list