diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-04-28 20:38:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-28 20:38:15 -0400 |
commit | 5693fedb60ee19048d45ed892edb07925b52678b (patch) | |
tree | 283a3abb721843d38272c5a85e6cd31c6d212114 /src/or/dirserv.c | |
parent | 6b9aadd557de171f0de7b700ba427a9a37a545fa (diff) | |
download | tor-5693fedb60ee19048d45ed892edb07925b52678b.tar.gz tor-5693fedb60ee19048d45ed892edb07925b52678b.zip |
Clarify comment to say which version fixed 2722
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 525524c42a..c8dda665e4 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -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); |