mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Clarify comment to say which version fixed 2722
This commit is contained in:
parent
6b9aadd557
commit
5693fedb60
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user