Skip to content
Snippets Groups Projects
Commit 578b222c authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

Merge branch 'hotfix-12507' into 'release-5.3'

Hotfix 12507

See merge request !1735
parents 912be889 c9a0274e
No related branches found
No related tags found
1 merge request!1735Hotfix 12507
Pipeline #42450 passed with stage
in 9 minutes and 34 seconds
...@@ -489,7 +489,7 @@ int dap_chain_net_balancer_request(dap_chain_net_t *a_net, const char *a_host_ad ...@@ -489,7 +489,7 @@ int dap_chain_net_balancer_request(dap_chain_net_t *a_net, const char *a_host_ad
.host_addr = a_host_addr, .host_addr = a_host_addr,
.host_port = a_host_port, .host_port = a_host_port,
.net = a_net, .net = a_net,
.worker = dap_events_worker_get_auto(), .worker = dap_worker_get_current(),
.required_links_count = l_required_links_count, .required_links_count = l_required_links_count,
.request_info = l_item .request_info = l_item
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment