mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Group in torrc is obsolete, so stop checking it
This commit is contained in:
parent
faad8bd0e8
commit
1def582217
@ -3605,11 +3605,6 @@ options_transition_allowed(or_options_t *old, or_options_t *new_val,
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (!opt_streq(old->Group, new_val->Group)) {
|
||||
*msg = tor_strdup("While Tor is running, changing Group is not allowed.");
|
||||
return -1;
|
||||
}
|
||||
|
||||
if ((old->HardwareAccel != new_val->HardwareAccel)
|
||||
|| !opt_streq(old->AccelName, new_val->AccelName)
|
||||
|| !opt_streq(old->AccelDir, new_val->AccelDir)) {
|
||||
|
Loading…
Reference in New Issue
Block a user