]> granicus.if.org Git - curl/commit
trynextip: don't store 'ai' on failed connects...
authorDaniel Stenberg <daniel@haxx.se>
Tue, 18 Mar 2014 07:56:13 +0000 (08:56 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 19 Mar 2014 15:34:12 +0000 (16:34 +0100)
commit930b81387b8e343b35ebbefb521b237bc0018707
treec4ce5e103c6124ee94db496a2a70e0fc38d593ba
parentec0079a99daba23c2757ee0cab716abf62a159cd
trynextip: don't store 'ai' on failed connects...

It leads to the "next family" tries starting from the wrong point and thus
fails!

Bug: http://curl.haxx.se/bug/view.cgi?id=1337
Reported-by: ricker
lib/connect.c