diff options
-rw-r--r-- | lib/connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connect.c b/lib/connect.c index f753c747d..f02d9a190 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -988,7 +988,7 @@ singleipconnect(struct connectdata *conn, bool isconnected = FALSE; struct SessionHandle *data = conn->data; curl_socket_t sockfd; - CURLcode res = CURLE_OK; + CURLcode res; char ipaddress[MAX_IPADR_LEN]; long port; |