From ed7c267743f2471a5a16c5ec437efda665f4c6af Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 3 Apr 2011 17:08:29 -0400 Subject: [PATCH] Note another place that we need to fix a 1090 issue. --- src/or/connection_edge.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 4c7442671f..1f5eb703ae 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -789,6 +789,9 @@ addressmap_ent_remove(const char *address, addressmap_entry_t *ent) static void clear_trackexithost_mappings(const char *exitname) { + /* XXXX022-1090 We need a variant of this that clears all mappings no longer + permitted because of changes to the ExcludeNodes, ExitNodes, or + ExcludeExitNodes settings. */ char *suffix; size_t suffix_len; if (!addressmap || !exitname)