commit | ecbb08cea3cd67406c49572eeb4f456dfc94cca2 | [log] [tgz] |
---|---|---|
author | Daniel Stenberg <daniel@haxx.se> | Mon Oct 17 22:01:09 2011 +0200 |
committer | Daniel Stenberg <daniel@haxx.se> | Mon Oct 17 23:12:58 2011 +0200 |
tree | bab366862315be33a94aa9e5f79c12826c5060e8 | |
parent | 491c5a497cc4cab0a488a0c94eec7d518d57d304 [diff] |
singleipconnect: unstick the ipv6-connection boolean Previously the bit was set before the connection was found working so if it would first fail to an ipv6 address and then connect fine to a IPv4 address the variable would still be TRUE. Reported by: Thomas L. Shinnick Bug: http://curl.haxx.se/bug/view.cgi?id=3421912