Tor Arntsen pointed out a missing #ifdef for IPv6, and I changed another one
authorDaniel Stenberg <daniel@haxx.se>
Tue, 30 Jun 2009 21:30:39 +0000 (21:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 30 Jun 2009 21:30:39 +0000 (21:30 +0000)
commit175fc5096d019e1a1236dbf93a46a7bc64f163ba
tree766c776d57abc3f8eed6c7ed6a1c8f2789c03593
parent18f238dd53483aa510443f37e7242bfe9713fa84
Tor Arntsen pointed out a missing #ifdef for IPv6, and I changed another one
to use the "standard" ENABLE_IPV6 one. Also, if port number cannot be figured
out to connect to after a name resolve (due to it not being IPv4 or IPv6),
that particular address will now simply be skipped.
lib/ftp.c