diff options
author | Roger Dingledine <arma@torproject.org> | 2004-02-27 23:23:33 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-02-27 23:23:33 +0000 |
commit | 611f117ce1bfd8ed39be622f394e925bc13b8252 (patch) | |
tree | 687de53819e90e9f044c072d1b7df67faf683f33 /src/or/circuit.c | |
parent | c5bbb571d2a27d0b81bfe7a1d374ba965497f267 (diff) | |
download | tor-611f117ce1bfd8ed39be622f394e925bc13b8252.tar.gz tor-611f117ce1bfd8ed39be622f394e925bc13b8252.zip |
patches/answers to nick's commit
svn:r1146
Diffstat (limited to 'src/or/circuit.c')
-rw-r--r-- | src/or/circuit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/circuit.c b/src/or/circuit.c index f0729b9f16..ab83827f11 100644 --- a/src/or/circuit.c +++ b/src/or/circuit.c @@ -64,8 +64,6 @@ circuit_t *circuit_new(uint16_t p_circ_id, connection_t *p_conn) { circ->timestamp_created = time(NULL); - circ->marked_for_close = 0; - circ->p_circ_id = p_circ_id; circ->p_conn = p_conn; |