summaryrefslogtreecommitdiff
path: root/changes/18105
diff options
context:
space:
mode:
Diffstat (limited to 'changes/18105')
-rw-r--r--changes/181054
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/18105 b/changes/18105
new file mode 100644
index 0000000000..87e6e61d2f
--- /dev/null
+++ b/changes/18105
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Introduce a function to call getsockname() and return
+ tor_addr_t, to save a little complexity throughout the codebase.
+ Closes ticket 18105.