[tor-commits] [tor/master] Note another place that we need to fix a 1090 issue.

nickm at torproject.org nickm at torproject.org
Wed Apr 27 18:36:23 UTC 2011


commit ed7c267743f2471a5a16c5ec437efda665f4c6af
Author: Nick Mathewson <nickm at torproject.org>
Date:   Sun Apr 3 17:08:29 2011 -0400

    Note another place that we need to fix a 1090 issue.
---
 src/or/connection_edge.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index 4c74426..1f5eb70 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)





More information about the tor-commits mailing list