mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Get the extend_info_from_router check the right way around
This commit is contained in:
+1
-1
@@ -1293,7 +1293,7 @@ extend_info_from_router(const routerinfo_t *r)
|
||||
tor_assert(r);
|
||||
|
||||
/* Make sure we don't need to check address reachability */
|
||||
tor_assert_nonfatal(!router_skip_or_reachability(get_options(), 0));
|
||||
tor_assert_nonfatal(router_skip_or_reachability(get_options(), 0));
|
||||
|
||||
router_get_prim_orport(r, &ap);
|
||||
return extend_info_new(r->nickname, r->cache_info.identity_digest,
|
||||
|
||||
Reference in New Issue
Block a user