Sfoglia il codice sorgente

and make the last commit compile

Roger Dingledine 11 anni fa
parent
commit
0ca47825a7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;