wangzhengquan
2021-02-04 770ad3081077e3eb89885bc4d1b3b7d2f470a075
update
1个文件已修改
4 ■■■■ 已修改文件
src/net/net_mod_socket_wrapper.cpp 4 ●●●● 补丁 | 查看 | 原始文档 | 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);
}
/**