]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fixup! Refactor: suppress duplicated functions from router.c and encapsulate NODE_DES...
authorGeorge Kadianakis <desnacked@riseup.net>
Sun, 25 Mar 2018 17:13:00 +0000 (20:13 +0300)
committerGeorge Kadianakis <desnacked@riseup.net>
Sun, 25 Mar 2018 17:13:00 +0000 (20:13 +0300)
changes/ticket25432

index 2179770f6b6b30d90cdc755dda0ff7d49a9ba842..21ca2013437a3efe14d84e08afe40b3e0fcab326 100644 (file)
@@ -1,6 +1,6 @@
   o Code simplification and refactoring:
     - Merge functions used for describing nodes and suppress the functions
       that do not allocate memory for the output buffer string.
-    - NODE_DESC_BUF_LEN constant and format_node_description() function
+      NODE_DESC_BUF_LEN constant and format_node_description() function
       cannot be used externally from router.c module anymore.
-    - Closes ticket 25432. Patch by valentecaio.
+      Closes ticket 25432. Patch by valentecaio.