From b5ae34d4422399c5d5458d071cca8c9bc89d20bb Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期六, 20 二月 2021 16:27:02 +0800 Subject: [PATCH] status map for close --- src/net/net_mod_socket.cpp | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/net/net_mod_socket.cpp b/src/net/net_mod_socket.cpp index 09cde6c..e689cea 100644 --- a/src/net/net_mod_socket.cpp +++ b/src/net/net_mod_socket.cpp @@ -40,12 +40,12 @@ NetModSocket::~NetModSocket() { - int s; + // int s; // delete gpool; // s = pthread_mutex_destroy(&sendMutex); - if(s != 0) { - err_exit(s, "shm_close_socket"); - } + // if(s != 0) { + // err_exit(s, "shm_socket_close"); + // } } -- Gitblit v1.8.0