[tor-commits] [stegotorus/master] Remove a debugging hack that accidentally got committed.

zwol at torproject.org zwol at torproject.org
Fri Jul 20 23:17:08 UTC 2012


commit d44bb79554ca8e3d90525a6eef52fe9f56d6e84c
Author: Zack Weinberg <zackw at cmu.edu>
Date:   Fri Jun 15 13:41:45 2012 -0700

    Remove a debugging hack that accidentally got committed.
---
 src/protocol/chop.cc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/protocol/chop.cc b/src/protocol/chop.cc
index 65ee661..bfd5a14 100644
--- a/src/protocol/chop.cc
+++ b/src/protocol/chop.cc
@@ -569,7 +569,6 @@ chop_circuit_t::~chop_circuit_t()
              sent_fin ? '+' : '-', received_fin ? '+' : '-',
              upstream_eof ? '+' : '-',
              (unsigned long)downstreams.size());
-    *(volatile char *)0 = 0;
   }
 
   for (unordered_set<chop_conn_t *>::iterator i = downstreams.begin();





More information about the tor-commits mailing list