tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 384111cd4f72db499f28c07c222710004dbe1b1d
parent 1a9cbc5bb4c85132d54e92d1ac583a2a0a9447ae
Author: teor <teor@torproject.org>
Date:   Sat, 14 Mar 2020 20:15:39 +1000

changes: Fix style of changes file for 32994

Diffstat:
Mchanges/ticket32994 | 9++-------
1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/changes/ticket32994 b/changes/ticket32994 @@ -1,8 +1,3 @@ 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 + - Rewrite port_parse_config() to use the default port flags from + port_cfg_new(). Closes ticket 32994. Patch by MrSquanchee.