src/net/net_mod_socket_wrapper.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/net/net_mod_socket_wrapper.cpp
@@ -35,8 +35,8 @@ */ int net_mod_socket_force_bind(void * _socket, int key) { NetModSocket *sockt = (NetModSocket *)_socket; // return sockt->force_bind(key); return sockt->bind(key); return sockt->force_bind(key); // return sockt->bind(key); } /**