mirror of
https://github.com/curl/curl.git
synced 2026-07-22 18:57:15 +03:00
the previous fix left this compiler error
This commit is contained in:
parent
c6a0bb99af
commit
7201a5a290
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ CURLcode Curl_connecthost(struct connectdata *conn, /* context */
|
|||
*connected = TRUE; /* this is truly a connect */
|
||||
break;
|
||||
}
|
||||
failf(data, "socket error: %d", err);
|
||||
failf(data, "socket error");
|
||||
/* we are _not_ connected, it was a false alert, continue please */
|
||||
}
|
||||
else if(2 == rc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue