소스 검색

remove some redundant (and misleading) code

svn:r5425
Roger Dingledine 20 년 전
부모
커밋
409294153f
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/or/circuitlist.c

+ 0 - 2
src/or/circuitlist.c

@@ -210,8 +210,6 @@ circuit_new(uint16_t p_circ_id, connection_t *p_conn)
 
   circ->timestamp_created = time(NULL);
 
-  circ->state = CIRCUIT_STATE_ONIONSKIN_PENDING;
-
   /* CircIDs */
   if (p_conn) {
     circuit_set_circid_orconn(circ, p_circ_id, p_conn, P_CONN_CHANGED);