mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:23:36 +03:00
singleipconnect: remove dead assignment never used
cppcheck pointed this out.
This commit is contained in:
parent
9d64ab7d5a
commit
c2d5f2ef98
1 changed files with 1 additions and 1 deletions
|
|
@ -988,7 +988,7 @@ singleipconnect(struct connectdata *conn,
|
||||||
bool isconnected = FALSE;
|
bool isconnected = FALSE;
|
||||||
struct SessionHandle *data = conn->data;
|
struct SessionHandle *data = conn->data;
|
||||||
curl_socket_t sockfd;
|
curl_socket_t sockfd;
|
||||||
CURLcode res = CURLE_OK;
|
CURLcode res;
|
||||||
char ipaddress[MAX_IPADR_LEN];
|
char ipaddress[MAX_IPADR_LEN];
|
||||||
long port;
|
long port;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue