mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
4 lines
262 B
Text
4 lines
262 B
Text
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.
|