mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
and make the last commit compile
This commit is contained in:
parent
78e8eb5f2d
commit
0ca47825a7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user