소스 검색

note another bug i'd like to fix

svn:r11571
Roger Dingledine 18 년 전
부모
커밋
b40230f45b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/or/directory.c

+ 1 - 0
src/or/directory.c

@@ -574,6 +574,7 @@ directory_initiate_command(const char *address, uint32_t addr,
   if (!anonymized_connection && !want_to_tunnel) {
     /* then we want to connect directly */
 
+    /* XXX020 we should set dirconn_direct to 1 even if want_to_tunnel -RD */
     conn->dirconn_direct = 1;
     if (options->HttpProxy) {
       addr = options->HttpProxyAddr;