]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
One more prop271 XXX.
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Feb 2017 15:52:47 +0000 (10:52 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Feb 2017 15:52:47 +0000 (10:52 -0500)
src/or/entrynodes.c

index 709003b1a95c015b15be78d051512955b81663b4..dd4b110c3c13e20c63d3c338faa90d2049462b21 100644 (file)
@@ -3347,7 +3347,6 @@ guards_retry_optimistic(const or_options_t *options)
   if (! entry_list_is_constrained(options))
     return 0;
 
-  // XXXX prop271 -- is this correct?
   mark_primary_guards_maybe_reachable(get_guard_selection_info());
 
   return 1;