From e503fc2e5c910ae96436720601057bccb3efbd4a Mon Sep 17 00:00:00 2001 From: Olzhas <oljas.jarasbaev@demlabs.net> Date: Mon, 24 Jun 2024 13:54:36 +0700 Subject: [PATCH] [*] client close --- modules/net/dap_chain_node_cli_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/net/dap_chain_node_cli_cmd.c b/modules/net/dap_chain_node_cli_cmd.c index 53a90dd0bb..38644484c0 100644 --- a/modules/net/dap_chain_node_cli_cmd.c +++ b/modules/net/dap_chain_node_cli_cmd.c @@ -1220,7 +1220,7 @@ int com_node(int a_argc, char ** a_argv, void **a_str_reply) if (res) { dap_cli_server_cmd_set_reply_text(a_str_reply, "No response from node"); // clean client struct - dap_chain_node_client_close_mt(l_client); + dap_chain_node_client_close_unsafe(l_client); DAP_DELETE(node_info); return -8; } -- GitLab