mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
32220d38c0
This includes a small refactoring to use a new enum (workqueue_reply_t) for the return values instead of just ints.
7 lines
303 B
Plaintext
7 lines
303 B
Plaintext
o Minor bugfixes:
|
|
- Ensure that worker threads actually exit when a fatal error or
|
|
shutdown is indicated. This doesn't currently affect the behaviour
|
|
of Tor, because Tor never indicates fatal error or shutdown except
|
|
in its unit tests. Fixes bug 16868; bugfix on 0.2.6.3-alpha.
|
|
|