Use CFLG_IMMUTABLE to replace much of the options transition cb.

Closes ticket 32344.
This commit is contained in:
Nick Mathewson
2019-10-30 15:03:57 -04:00
parent 2a2c7049b8
commit b985cf2403
2 changed files with 38 additions and 52 deletions
+4
View File
@@ -0,0 +1,4 @@
o Code simplification and refactoring:
- Immutability is now implemented as a flag on individual configuration
options rather than as part of the option-transition checking
code. Closes ticket 32344.