mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
If we start a server with ClientOnly 1, then set ClientOnly to 0
and hup, stop triggering an assert based on an empty onion_key. svn:r9540
This commit is contained in:
@@ -2829,6 +2829,7 @@ options_transition_affects_workers(or_options_t *old_options,
|
||||
old_options->ServerDNSSearchDomains !=
|
||||
new_options->ServerDNSSearchDomains ||
|
||||
old_options->SafeLogging != new_options->SafeLogging ||
|
||||
old_options->ClientOnly != new_options->ClientOnly ||
|
||||
!config_lines_eq(old_options->Logs, new_options->Logs))
|
||||
return 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user