Fix connect() failures in get_interface_address6()
commit865ea5d26361802d53c586d27f249e5c2e924538
authorSebastian Hahn <sebastian@torproject.org>
Sat, 5 Mar 2011 13:46:32 +0000 (5 14:46 +0100)
committerSebastian Hahn <sebastian@torproject.org>
Sat, 5 Mar 2011 15:57:05 +0000 (5 16:57 +0100)
tree7dd0d1b6b2f947a54546a66acf0669504a06e3a9
parent1d6af67ab8d96c30e022f1f7602276f10c8444dc
Fix connect() failures in get_interface_address6()

The third argument for connect should be dependent on the address
family. Issue spotted by piebeer who also wrote the patch.
changes/bug2660 [new file with mode: 0644]
src/common/address.c