Explorar el Código

and make the last commit compile

Roger Dingledine hace 11 años
padre
commit
0ca47825a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/dns.c

+ 1 - 1
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;