aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-06-15 18:34:46 +0000
committerNick Mathewson <nickm@torproject.org>2005-06-15 18:34:46 +0000
commitd4972bd2e1e2fe8fb9b9b747d60fc725d9c28dea (patch)
treebae2bf4932e5b397dcd291642f86141873947874 /src/or/connection_edge.c
parente8331f9d7d051c301069b645e6dbe7eb4897fa88 (diff)
downloadtor-d4972bd2e1e2fe8fb9b9b747d60fc725d9c28dea.tar.gz
tor-d4972bd2e1e2fe8fb9b9b747d60fc725d9c28dea.zip
Remove code that has been #if-0ed for a long time.
svn:r4435
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r--src/or/connection_edge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index e34fd84c7c..4021749b6f 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -810,6 +810,7 @@ addressmap_register_virtual_address(int type, char *new_address)
#if 0
{
+ /* Try to catch possible bugs */
addressmap_entry_t *ent;
ent = strmap_get(addressmap, *addrp);
tor_assert(ent);