From: Nick Mathewson Date: Sun, 3 Apr 2011 21:08:29 +0000 (-0400) Subject: Note another place that we need to fix a 1090 issue. X-Git-Tag: tor-0.2.2.25-alpha~13^2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed7c267743f2471a5a16c5ec437efda665f4c6af;p=thirdparty%2Ftor.git Note another place that we need to fix a 1090 issue. --- 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)