singleipconnect: remove dead assignment
pointed out by clang-analyzer
This commit is contained in:
@@ -934,7 +934,6 @@ singleipconnect(struct connectdata *conn,
|
||||
error = SOCKERRNO;
|
||||
}
|
||||
else {
|
||||
rc = 0;
|
||||
*sockp = sockfd;
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user