Skip to content

Commit

Permalink
toxcore amalgamation
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Nov 12, 2024
1 parent b8cf506 commit 4f850d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toxcore/toxcore_amalgamation.c
Original file line number Diff line number Diff line change
Expand Up @@ -59950,9 +59950,11 @@ static void tox_dht_get_nodes_response_handler(const DHT *dht, const Node_format
}

Ip_Ntoa ip_str;
tox_unlock(tox_data->tox);
tox_data->tox->dht_get_nodes_response_callback(
tox_data->tox, node->public_key, net_ip_ntoa(&node->ip_port.ip, &ip_str), net_ntohs(node->ip_port.port),
tox_data->user_data);
tox_lock(tox_data->tox);
}

static m_friend_lossy_packet_cb tox_friend_lossy_packet_handler;
Expand Down

0 comments on commit 4f850d2

Please sign in to comment.