From 4d3d7ff8857866f347eb71875e6598226c6aeb88 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期四, 30 九月 2021 11:35:50 +0800
Subject: [PATCH] do BHFree defer and call BHFree after call sendReply

---
 src/net/net_mod_socket.cpp |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/net/net_mod_socket.cpp b/src/net/net_mod_socket.cpp
index 2f5ce73..b3aa9b0 100644
--- a/src/net/net_mod_socket.cpp
+++ b/src/net/net_mod_socket.cpp
@@ -46,10 +46,6 @@
   return shmModSocket.force_bind(key);
 }
 
-int NetModSocket::bind_proc_id(char *buf, int len) {
-  return shmModSocket.bind_proc_id(buf, len);
-}
-
 int NetModSocket::reg(void *pData, int len, void **buf, int *size, const int timeout_ms, int flag) {
   
   return shmModSocket.reg(pData, len, buf, size, timeout_ms, flag);

--
Gitblit v1.8.0