Merge branch 'bug18105'

This commit is contained in:
Nick Mathewson
2018-02-15 20:17:31 -05:00
5 changed files with 34 additions and 18 deletions
+4
View File
@@ -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.