mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Disable run-time changes to DisableIOCP: They do not work
This commit is contained in:
parent
df96aed14f
commit
dd6a9a923d
@ -3966,6 +3966,12 @@ options_transition_allowed(const or_options_t *old,
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (old->DisableIOCP != new_val->DisableIOCP) {
|
||||
*msg = tor_strdup("While Tor is running, changing DisableIOCP "
|
||||
"is not allowed.");
|
||||
return -1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user