mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
8d84e10e87
It can just look at what the defaults are. Closes ticket 32185.
5 lines
262 B
Plaintext
5 lines
262 B
Plaintext
o Code simplification and refactoring:
|
|
- Simplify the options_validate() code so that it looks at the default
|
|
options directly, rather than taking default options as an argument.
|
|
This change lets us simplify its interface. Closes ticket 32185.
|