mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
singleipconnect: remove dead assignment
pointed out by clang-analyzer
This commit is contained in:
parent
bd1f170a5a
commit
4cd027f17e
@ -934,7 +934,6 @@ singleipconnect(struct connectdata *conn,
|
||||
error = SOCKERRNO;
|
||||
}
|
||||
else {
|
||||
rc = 0;
|
||||
*sockp = sockfd;
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user