]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Note another place that we need to fix a 1090 issue.
authorNick Mathewson <nickm@torproject.org>
Sun, 3 Apr 2011 21:08:29 +0000 (17:08 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 27 Apr 2011 03:54:16 +0000 (23:54 -0400)
src/or/connection_edge.c

index 4c7442671f626ac01449db6d406ec6eb94dee08f..1f5eb703ae104eaf1f9b4664e6ee4f85eefdadde 100644 (file)
@@ -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)