]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Clarify comment to say which version fixed 2722
authorNick Mathewson <nickm@torproject.org>
Fri, 29 Apr 2011 00:38:15 +0000 (20:38 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 29 Apr 2011 00:38:15 +0000 (20:38 -0400)
src/or/dirserv.c

index 525524c42adcc1b8d7651cecaed277b79b25fdf6..c8dda665e4d7d3a3b536b7bd8e8247ee421f2b5a 100644 (file)
@@ -1812,7 +1812,8 @@ dirserv_thinks_router_is_hs_dir(routerinfo_t *router, time_t now)
    * correctly, we can revert to only checking dir_port if router's
    * version is too old. */
   /* XXX Unfortunately, we need to keep checking dir_port until all
-   * *clients* suffering from bug 2722 are obsolete. */
+   * *clients* suffering from bug 2722 are obsolete.  The first version
+   * to fix the bug was 0.2.2.25-alpha. */
   return (router->wants_to_be_hs_dir && router->dir_port &&
           uptime > get_options()->MinUptimeHidServDirectoryV2 &&
           router->is_running);