mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
fix confusing whitespace
This commit is contained in:
parent
8bc5b9f3d0
commit
2cf41cc70d
@ -363,7 +363,7 @@ add_an_entry_guard(const node_t *chosen, int reset_status, int prepend,
|
||||
entry->can_retry = 1;
|
||||
}
|
||||
entry->is_dir_cache = node->rs &&
|
||||
node->rs->version_supports_microdesc_cache;
|
||||
node->rs->version_supports_microdesc_cache;
|
||||
if (get_options()->UseBridges && node_is_a_configured_bridge(node))
|
||||
entry->is_dir_cache = 1;
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user