mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
f83debb51d
We want to use the discard port correctly, so a htons() was missing. Also we need to set it correctly depending on address family. Review provided by danieldg
8 lines
307 B
Plaintext
8 lines
307 B
Plaintext
o Minor bugfixes:
|
|
- Fix connect() failures on some platforms (BSD, OS X). Bugfix on
|
|
0.2.0.3-alpha; fixes first part of bug 2660. Patch by piebeer.
|
|
- Set target port in get_interface_address6() correctly. Bugfix
|
|
on 0.1.1.4-alpha and 0.2.0.3-alpha; fixes second part of bug
|
|
2660.
|
|
|