mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
b41dd8069f
Previously, we skipped everything that got invoked from options_init_from_torrc. But some of the stuff in options_act_reversible and options_act is actually important, like reopening the logs. Now, a SIGHUP always makes the effects of an options_set() happen, even though the options haven't changed. Fix for bug 5095; bugfix on 0.2.1.9-alpha, which introduced __ReloadTorrcOnSIGHUP.
5 lines
245 B
Plaintext
5 lines
245 B
Plaintext
o Minor bugfixes:
|
|
- When we receive a SIGHUP and the controller-use __ReloadTorrcOnSIGHUP
|
|
option is set to 0, perform other actions that SIGHUP usually causes
|
|
(like reopening the logs). Fixes bug 5095; bugfix on 0.2.1.9-alpha.
|