]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for 8712; apply it to HSDir flag as well.
authorNick Mathewson <nickm@torproject.org>
Tue, 14 Jul 2015 18:03:30 +0000 (14:03 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 14 Jul 2015 18:03:30 +0000 (14:03 -0400)
changes/8712 [new file with mode: 0644]
src/or/dirserv.c

diff --git a/changes/8712 b/changes/8712
new file mode 100644 (file)
index 0000000..c7423e8
--- /dev/null
@@ -0,0 +1,6 @@
+  o Minor features (directory authorities):
+    - Directory authorities no longer vote against the "Fast",
+      "Stable", and "HSDir" flags just because they were going to vote
+      against "Running": if the consensus turns out to be that the
+      router was running, then the authority's vote should count.
+      Patch from Peter Retzlaff; closes issue 8712.
\ No newline at end of file
index 8ad8bfe70708d69765c59511633bd4b4a02f9ad5..71be626fff79873010408691bd80d9005cf45f82 100644 (file)
@@ -1372,8 +1372,7 @@ dirserv_thinks_router_is_hs_dir(const routerinfo_t *router,
 
   return (router->wants_to_be_hs_dir && router->dir_port &&
           node->is_stable &&
-          uptime >= get_options()->MinUptimeHidServDirectoryV2 &&
-          router_is_active(router, node, now));
+          uptime >= get_options()->MinUptimeHidServDirectoryV2);
 }
 
 /** Don't consider routers with less bandwidth than this when computing