mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
dece40fd77
The problem was that the server_identity_key_is_set() function could return true under conditions where we don't really have an identity key -- specifically, where we used to have one, but we stopped being a server. This is a fix for 6979; bugfix on 0.2.2.18-alpha where we added that assertion to get_server_identity_key().
5 lines
211 B
Plaintext
5 lines
211 B
Plaintext
o Minor bugfixes:
|
|
- Fix an assertion failure that would occur when disabling the
|
|
ORPort setting on a running Tor process while accounting was
|
|
enabled. Fixes bug 6979; bugfix on 0.2.2.18-alpha.
|