mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
5 lines
199 B
Plaintext
5 lines
199 B
Plaintext
|
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.
|