mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
7bd671811e
When we added the ACTIVE and DORMANT virtual signals, we taught the signal command to handle them, but we didn't teach SIGNAL event to report them. To solve this problem and prevent it from recurring, this patch revises the implementation of control_event_signal() to use the same signal_table that handle_control_signal() uses. This way, the two controller commands can't become out of sync. Fixes bug 33104; bugfix on 0.4.0.1-alpha.
5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
o Minor bugfixes (controller):
|
|
- When receiving "ACTIVE" or "DORMANT" signals on the control port,
|
|
report them as SIGNAL events. Fixes bug 33104; bugfix on
|
|
0.4.0.1-alpha.
|