Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Aug 17, 2024
1 parent 3aad2be commit 00e6506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ares__close_sockets.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void ares__close_connection(ares_conn_t *conn, ares_status_t requeue_status)
{
ares_server_t *server = conn->server;
ares_channel_t *channel = server->channel;
fprintf(stderr, "%s(): close fd=%d\n", __FUNCTION__, (int)conn->fd);

/* Unlink */
ares__llist_node_claim(
ares__htable_asvp_get_direct(channel->connnode_by_socket, conn->fd));
Expand Down

0 comments on commit 00e6506

Please sign in to comment.