]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes: Fix style of changes file for 32994
authorteor <teor@torproject.org>
Sat, 14 Mar 2020 10:15:39 +0000 (20:15 +1000)
committerteor <teor@torproject.org>
Sat, 14 Mar 2020 10:18:45 +0000 (20:18 +1000)
changes/ticket32994

index 7d3eb6cf8076bae835110282a4884510142b8663..43a32afa7833f14aeaab51ede12948612c5aa5dc 100644 (file)
@@ -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.