diff options
author | Roger Dingledine <arma@torproject.org> | 2012-10-02 20:50:57 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-10-02 20:50:57 -0400 |
commit | 0ca47825a795e746ce32eff6a0aea3374771eb0f (patch) | |
tree | 930bb9bbfb2b96afd6a920f6ee6fe11c3e1dc2ba /src/or/dns.c | |
parent | 78e8eb5f2dfd1c811da5a6d522540dfe32ac3cb1 (diff) | |
download | tor-0ca47825a795e746ce32eff6a0aea3374771eb0f.tar.gz tor-0ca47825a795e746ce32eff6a0aea3374771eb0f.zip |
and make the last commit compile
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | 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 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; |