mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
9 lines
366 B
Text
9 lines
366 B
Text
|
o Code simplification and refactoring:
|
||
|
- port_new_cfg() returns default object with reasonable values.
|
||
|
- port_parse_config() uses this default object instead of
|
||
|
temporary variables.
|
||
|
- Files changed -> src/app/config/config.c
|
||
|
- Functions changed -> port_new_cfg() and port_parse_config()
|
||
|
- Closes ticket 32994.
|
||
|
- Patch by MrSquanchee
|