mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
fix another confusing whitespace instance
This commit is contained in:
parent
2cf41cc70d
commit
0d8632e585
1 changed files with 2 additions and 2 deletions
|
@ -396,8 +396,8 @@ add_an_entry_guard(const node_t *chosen, int reset_status, int prepend,
|
|||
node_describe(node));
|
||||
strlcpy(entry->nickname, node_get_nickname(node), sizeof(entry->nickname));
|
||||
memcpy(entry->identity, node->identity, DIGEST_LEN);
|
||||
entry->is_dir_cache = node_is_dir(node) &&
|
||||
node->rs && node->rs->version_supports_microdesc_cache;
|
||||
entry->is_dir_cache = node_is_dir(node) && node->rs &&
|
||||
node->rs->version_supports_microdesc_cache;
|
||||
if (get_options()->UseBridges && node_is_a_configured_bridge(node))
|
||||
entry->is_dir_cache = 1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue