mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
c50c98ba6a
Without this fix, changes from client to bridge don't trigger
transition_affects_workers(), so we would never have actually
initialized the cpuworkers.
Fixes bug 23693. Bugfix on 3bcdb26267
0.2.6.3-alpha, which
fixed bug 14901 in the general case, but not on the case where
public_server_mode() did not change.
7 lines
298 B
Plaintext
7 lines
298 B
Plaintext
o Minor bugfixes (relay, crash):
|
|
- Avoid a crash when transitioning from client mode to bridge mode.
|
|
Previously, we would launch the worker threads whenever our "public
|
|
server" mode changed, but not when our "server" mode changed.
|
|
Fixes bug 23693; bugfix on 0.2.6.3-alpha.
|
|
|