From f2a03c696bcf76bbaba349325abeef7be3979205 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期六, 30 一月 2021 19:05:00 +0800 Subject: [PATCH] update --- src/net/net_mod_socket_wrapper.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/net/net_mod_socket_wrapper.cpp b/src/net/net_mod_socket_wrapper.cpp index e7bf302..1dd2465 100644 --- a/src/net/net_mod_socket_wrapper.cpp +++ b/src/net/net_mod_socket_wrapper.cpp @@ -35,7 +35,8 @@ */ int net_mod_socket_force_bind(void * _socket, int key) { NetModSocket *sockt = (NetModSocket *)_socket; - return sockt->force_bind(key); + // return sockt->force_bind(key); + return sockt->bind(key); } /** -- Gitblit v1.8.0