Skip to content
Snippets Groups Projects
Commit 4cd027f1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

singleipconnect: remove dead assignment

pointed out by clang-analyzer
parent bd1f170a
No related branches found
No related tags found
No related merge requests found
......@@ -934,7 +934,6 @@ singleipconnect(struct connectdata *conn,
error = SOCKERRNO;
}
else {
rc = 0;
*sockp = sockfd;
return CURLE_OK;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment