mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 14:23:04 +01:00
This includes a small refactoring to use a new enum (workqueue_reply_t) for the return values instead of just ints.
6 lines
303 B
Text
6 lines
303 B
Text
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.
|
|
|