mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add a missing ! to directory_fetches_from_authorities
The old logic would have us fetch from authorities if we were refusing unknown exits and our exit policy was reject*. Instead, we want to fetch from authorities if we're refusing unknown exits and our exit policy is _NOT_ reject*. Fixed by boboper. Fixes more of 2097. Bugfix on 0.2.2.16-alpha.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
o Minor bugfixes:
|
||||
- Fix a logic error in directory_fetches_from_authorities that
|
||||
would cause all _non_-exits refusing single-hop-like circuits to
|
||||
fetch from authorities, when we wanted to have _exits_ fetch
|
||||
from authorities. Fix by boboper; fixes more of 2097; bugfix on
|
||||
0.2.2.16-alpha.
|
||||
Reference in New Issue
Block a user