mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Functions work better when you call them. Resolve a bug which would prevent unreachable dirports from getting suppressed.
svn:r4183
This commit is contained in:
parent
bc51c8b074
commit
6567ec9ccf
@ -834,7 +834,7 @@ int router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router,
|
||||
router->nickname,
|
||||
router->address,
|
||||
router->or_port,
|
||||
check_whether_dirport_reachable ? router->dir_port : 0,
|
||||
check_whether_dirport_reachable() ? router->dir_port : 0,
|
||||
router->platform,
|
||||
published,
|
||||
fingerprint,
|
||||
|
Loading…
Reference in New Issue
Block a user