mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.3.0'
This commit is contained in:
@@ -1587,7 +1587,6 @@ options_transition_affects_guards(const or_options_t *old,
|
||||
return
|
||||
(old->UseEntryGuards != new->UseEntryGuards ||
|
||||
old->UseBridges != new->UseBridges ||
|
||||
old->UseEntryGuards != new->UseEntryGuards ||
|
||||
old->ClientUseIPv4 != new->ClientUseIPv4 ||
|
||||
old->ClientUseIPv6 != new->ClientUseIPv6 ||
|
||||
old->FascistFirewall != new->FascistFirewall ||
|
||||
|
||||
Reference in New Issue
Block a user