Fix bug #2709: TCP connect returns Invalid argument.
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 28 Mar 2009 06:51:24 +0000 (07:51 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 28 Mar 2009 06:51:24 +0000 (07:51 +0100)
commit5fedb171148c114f2488f5bff941942226b31eef
tree454d9a41de18e3a3e1804de6a471bae89db6f4fa
parent625aa16bd5f85153e468ddbfb8d213937890dd30
Fix bug #2709: TCP connect returns Invalid argument.

The getaddrinfo result (struct addrinfo) is now properly
updated in the sp->ai member .. Hence socket and connect uses same
address.  The poking for IPV6 address types, bug #2350, is now useless.
src/tcpip.c