diff options
author | Daniel Pinto <danielpinto52@gmail.com> | 2020-08-12 02:28:39 +0100 |
---|---|---|
committer | Daniel Pinto <danielpinto52@gmail.com> | 2020-08-14 16:01:02 +0100 |
commit | ebaa1a1d23d114c16ef12845a82d2bb958de3f7f (patch) | |
tree | d9524dbde9cafd67e9c178ebed7b3844750352c3 /changes | |
parent | 8669ace2fb4159b8782d181894a5e53125444ed4 (diff) | |
download | tor-ebaa1a1d23d114c16ef12845a82d2bb958de3f7f.tar.gz tor-ebaa1a1d23d114c16ef12845a82d2bb958de3f7f.zip |
Make options_init_from_torrc smaller #40102
Split implementation of several command line options from
options_init_from_torrc into smaller isolated functions.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40102 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40102 b/changes/ticket40102 new file mode 100644 index 0000000000..7347953fd4 --- /dev/null +++ b/changes/ticket40102 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Split implementation of several command line options from + options_init_from_torrc into smaller isolated functions. + Patch by Daniel Pinto. Closes ticket 40102. |