forked from Green-Sky/tomato
Squashed 'external/toxcore/c-toxcore/' changes from 81b1e4f63..59d3f6674
59d3f6674 chore(deps): bump golang.org/x/net 9324a974d fix: forgot an enum in the nodes request rename see https://github.com/TokTok/c-toxcore/pull/2860 git-subtree-dir: external/toxcore/c-toxcore git-subtree-split: 59d3f6674f39d3cda6ccc9d0223602d7df90d280
This commit is contained in:
@ -601,7 +601,7 @@ static void tox_dispatch_invoke_event(const Tox_Dispatch *dispatch, const Tox_Ev
|
||||
break;
|
||||
}
|
||||
|
||||
case TOX_EVENT_DHT_GET_NODES_RESPONSE: {
|
||||
case TOX_EVENT_DHT_NODES_RESPONSE: {
|
||||
if (dispatch->dht_nodes_response_callback != nullptr) {
|
||||
dispatch->dht_nodes_response_callback(event->data.dht_nodes_response, user_data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user