1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

connect: Forgot to correct line endings before push in commit ed1662c374

This commit is contained in:
Steve Holme 2013-11-14 20:43:15 +00:00
parent ed1662c374
commit 786cba1ada

View File

@ -1027,8 +1027,8 @@ singleipconnect(struct connectdata *conn,
conn->bits.ipv6 = (addr.family == AF_INET6)?TRUE:FALSE;
#endif
*sockp = sockfd;
*sockp = sockfd;
if(-1 == rc) {
switch (error) {
case EINPROGRESS: