소스 검색

and make the last commit compile

Roger Dingledine 11 년 전
부모
커밋
0ca47825a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;