mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
f08f0e9dde
Previously we did this nearer to the end (in the old_options && transition_affects_workers() block). But other stuff cares about keys being consistent with options... particularly anything which tries to access a key, which can die in assert_identity_keys_ok(). Fixes bug 3228; bugfix on 0.2.2.18-alpha.
4 lines
158 B
Plaintext
4 lines
158 B
Plaintext
o Major bugfixes:
|
|
- Resolve a crash that occured when setting BridgeRelay to 1 with
|
|
accounting enabled. Fixes bug 3228; bugfix on 0.2.2.18-alpha.
|