diff options
-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; |