mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
remove some redundant (and misleading) code
svn:r5425
This commit is contained in:
parent
6734371234
commit
409294153f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user