From: Steve Holme Date: Thu, 14 Nov 2013 20:43:15 +0000 (+0000) Subject: connect: Forgot to correct line endings before push in commit ed1662c374361a X-Git-Tag: curl-7_34_0~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=786cba1ada6407761e41faed85cf1b1d6383e279;p=thirdparty%2Fcurl.git connect: Forgot to correct line endings before push in commit ed1662c374361a --- diff --git a/lib/connect.c b/lib/connect.c index 91aac8b881..e4d4fee4b8 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -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: