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
1 changed files with 2 additions and 2 deletions

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: