From d10011d5dba00574d8dad40098443f1e7f091818 Mon Sep 17 00:00:00 2001
From: "Ruslan (The BadAss SysMan) Laishev" <ruslan.laishev@demlabs.net>
Date: Fri, 11 Mar 2022 23:18:52 +0300
Subject: [PATCH] Cosmetic corrections

---
 modules/net/include/dap_chain_node_cli.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/net/include/dap_chain_node_cli.h b/modules/net/include/dap_chain_node_cli.h
index 12b1c7daaa..e247d5f3de 100644
--- a/modules/net/include/dap_chain_node_cli.h
+++ b/modules/net/include/dap_chain_node_cli.h
@@ -55,7 +55,7 @@ typedef struct dap_chain_node_cmd_item{
 
 
 // Read from socket
-long s_recv(SOCKET sock, unsigned char *buf, size_t bufsize, int timeout);
+long s_recv(SOCKET sd, unsigned char *buf, size_t bufsize, int timeout);
 
 /**
  *  Look up NAME as the name of a command, and return a pointer to that
-- 
GitLab