diff options
author | Roger Dingledine <arma@torproject.org> | 2005-11-19 00:44:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-11-19 00:44:24 +0000 |
commit | 409294153f990d45aa171f270f04972528bb209d (patch) | |
tree | 2bf29142c4eecc78ea8b68ef5681b89157c3cd40 | |
parent | 673437123429bcc93d5a43708ce7dea290b54f0e (diff) | |
download | tor-409294153f990d45aa171f270f04972528bb209d.tar tor-409294153f990d45aa171f270f04972528bb209d.tar.gz |
remove some redundant (and misleading) code
svn:r5425
-rw-r--r-- | src/or/circuitlist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index febf4d7e9..9e3dbec54 100644 --- a/src/or/circuitlist.c +++ b/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); |