diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-30 15:32:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-30 15:32:12 -0400 |
commit | 14831ea0ab7afbcdb1c0d91242f924d99ed4fcac (patch) | |
tree | f61719389ab368c8eff2fb5520c35af92f71a83d /changes/ticket32339_relative | |
parent | 15371d801cf7668b57bf3eb20f29afb6489bb027 (diff) | |
download | tor-14831ea0ab7afbcdb1c0d91242f924d99ed4fcac.tar.gz tor-14831ea0ab7afbcdb1c0d91242f924d99ed4fcac.zip |
Use FILENAME to determine which options to check for relative paths
This is part of ticket 32344.
Diffstat (limited to 'changes/ticket32339_relative')
-rw-r--r-- | changes/ticket32339_relative | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32339_relative b/changes/ticket32339_relative new file mode 100644 index 0000000000..83af9f031b --- /dev/null +++ b/changes/ticket32339_relative @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Instead of keeping a list of configuration options to check for + relative paths, check all the options whose type is "FILENAME". + Solves part of ticket 32339. |