aboutsummaryrefslogtreecommitdiff
path: root/changes/bug2660
Commit message (Collapse)AuthorAge
* Fix setting target port in get_interface_address6Sebastian Hahn2011-03-05
| | | | | | | 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
* Fix connect() failures in get_interface_address6()Sebastian Hahn2011-03-05
The third argument for connect should be dependent on the address family. Issue spotted by piebeer who also wrote the patch.