提交 fee9b5b4 编写于 作者: xengine-qyt's avatar xengine-qyt

fixed:build error

上级 f7296d79
......@@ -202,7 +202,7 @@ XHTHREAD CALLBACK XEngine_SocksTask_Thread(LPCTSTR lpszClientAddr, SOCKET hSocke
while (1)
{
int nMsgLen = 4096;
if (!XClient_TCPSelect_RecvMsg(hSocket, tszMsgBuffer, &nMsgLen, FALSE))
if (!XClient_TCPSelect_RecvMsg(hSocket, tszMsgBuffer, &nMsgLen))
{
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册