diff options
author | Roger Dingledine <arma@torproject.org> | 2007-05-31 23:57:46 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-05-31 23:57:46 +0000 |
commit | b1ee20f0e899111a8cb4fb64e2f304fa1ce6a199 (patch) | |
tree | b6e2291fb801962424e691ab26a23d950dd4f6fb /src/or/circuituse.c | |
parent | 3562d2cb66c18e79630a4dd124335d3429ef55c5 (diff) | |
download | tor-b1ee20f0e899111a8cb4fb64e2f304fa1ce6a199.tar.gz tor-b1ee20f0e899111a8cb4fb64e2f304fa1ce6a199.zip |
trivial changes from my sandbox
svn:r10429
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 684a057def..d1044b491e 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -538,7 +538,7 @@ circuit_detach_stream(circuit_t *circ, edge_connection_t *conn) log_warn(LD_BUG,"Edge connection not in circuit's list."); /* Don't give an error here; it's harmless. */ - // tor_fragile_assert(); + tor_fragile_assert(); } /** Find each circuit that has been unused for too long, or dirty |