소스 검색

Add intro+rend cannibalize param..

Mike Perry 13 년 전
부모
커밋
fbbf894d4d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/circuituse.c

+ 1 - 1
src/or/circuituse.c

@@ -1429,7 +1429,7 @@ circuit_launch_by_extend_info(uint8_t purpose,
          */
         circ->path_state = PATH_STATE_USE_SUCCEEDED;
         /* This must be called before the purpose change */
-        pathbias_check_close(circ);
+        pathbias_check_close(circ, END_CIRC_REASON_FINISHED);
       }
 
       circuit_change_purpose(TO_CIRCUIT(circ), purpose);