mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
7 lines
330 B
Plaintext
7 lines
330 B
Plaintext
|
o Code simplification and refactoring:
|
||
|
- We remove the return value of node_get_prim_orport() and
|
||
|
node_get_prim_dirport(), and introduce node_get_prim_orport()
|
||
|
in node_ipv6_or_preferred() and node_ipv6_dir_preferred() in
|
||
|
order to check for a null address. Closes ticket 23873. Patch
|
||
|
by Neel Chauhan.
|