소스 검색

Note another place that we need to fix a 1090 issue.

Nick Mathewson 14 년 전
부모
커밋
ed7c267743
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/or/connection_edge.c

+ 3 - 0
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)