mirror of
https://github.com/curl/curl.git
synced 2026-07-22 22:47:17 +03:00
connect: Forgot to correct line endings before push in commit ed1662c374
This commit is contained in:
parent
ed1662c374
commit
786cba1ada
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue