mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
54520e49cd
Specifically, it was a fix on 33e2053ebc, where we introduced the
WRA_* and ROUTER_* codes for dirserv_add_descriptor. Previously, we
had checked for a _negative_ return from dirserv_add_descriptor, which
meant "rejected". An insufficiently new descriptor would give a
0-valued return. But when we switched from numbers to enums, we got
this check wrong and had init_keys() give an error whenever the
descriptor wasn't accepted.
7 lines
293 B
Plaintext
7 lines
293 B
Plaintext
o Minor bugfixes:
|
|
- Fix a dirauth-only exit on sighup that could happen during some
|
|
configuration state transitions. We now don't treat it as a fatal
|
|
error when the new descriptor we just generated in init_keys
|
|
isn't accepted. Fixes bug 4438; bugfix on 0.2.1.9-alpha.
|
|
|