Make options_init_from_torrc smaller #40102

Split implementation of several command line options from
options_init_from_torrc into smaller isolated functions.
This commit is contained in:
Daniel Pinto
2020-08-12 02:28:39 +01:00
parent 8669ace2fb
commit ebaa1a1d23
3 changed files with 156 additions and 109 deletions
+4
View File
@@ -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.