Merge remote-tracking branch 'tor-github/pr/1446'

This commit is contained in:
Nick Mathewson
2019-10-22 12:52:32 -04:00
2 changed files with 37 additions and 25 deletions
+4
View File
@@ -0,0 +1,4 @@
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.