diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-22 12:52:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-22 12:52:32 -0400 |
commit | 7d75e1dbdf9ab1fc0bbde086ca22a116de0216f4 (patch) | |
tree | 2ba60887e53905e357d632a04ee4bd6b6b1d4805 /changes | |
parent | 3989dd16161d4719689b37ccf37a69975b86191c (diff) | |
parent | 4413b030f28fcbe96f1b568796b20a7e90d55301 (diff) | |
download | tor-7d75e1dbdf9ab1fc0bbde086ca22a116de0216f4.tar.gz tor-7d75e1dbdf9ab1fc0bbde086ca22a116de0216f4.zip |
Merge remote-tracking branch 'tor-github/pr/1446'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket32185 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32185 b/changes/ticket32185 new file mode 100644 index 0000000000..86f5dc5af1 --- /dev/null +++ b/changes/ticket32185 @@ -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. |