Skip to content

Commit

Permalink
static analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Aug 13, 2024
1 parent a1632b7 commit 75efd6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/ares__socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@ static ares_status_t ares__conn_connect(ares_conn_t *conn, struct sockaddr *sa,
memset(&endpoints, 0, sizeof(endpoints));
endpoints.sae_dstaddr = sa;
endpoints.sae_dstaddrlen = salen;
err = ARES_SOCKET_ERR_SUCCESS;

rv = connectx(conn->fd, &endpoints, SAE_ASSOCID_ANY,
CONNECT_DATA_IDEMPOTENT | CONNECT_RESUME_ON_READ_WRITE,
Expand Down

0 comments on commit 75efd6b

Please sign in to comment.