From e7e5255e12c63b3919a867974ca8c8e0177d964f Mon Sep 17 00:00:00 2001
From: cellframe <roman.khlopkov@demlabs.net>
Date: Sat, 16 Apr 2022 19:36:30 +0300
Subject: [PATCH] [*] Empty GDB group fix

---
 modules/net/dap_chain_net.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/net/dap_chain_net.c b/modules/net/dap_chain_net.c
index 8b6afd61b4..3c9c8b451a 100644
--- a/modules/net/dap_chain_net.c
+++ b/modules/net/dap_chain_net.c
@@ -567,7 +567,7 @@ static bool s_net_send_atoms(dap_proc_thread_t *a_thread, void *a_arg)
             it = PVT(l_net)->atoms_queue;
         } while (it);
     } else
-        //PVT(l_net)->atoms_queue = dap_list_append(PVT(l_net)->records_queue, l_arg);
+        //PVT(l_net)->atoms_queue = dap_list_append(PVT(l_net)->atoms_queue, l_arg);
         s_atom_obj_free(a_arg);
     pthread_rwlock_unlock(&PVT(l_net)->rwlock);
     return true;
-- 
GitLab