未验证 提交 1df8665b 编写于 作者: Y Yang Zhao 提交者: GitHub

change var name (#8516)

上级 bf31ea7b
......@@ -3505,7 +3505,7 @@ static int postProceSql(char *host, uint16_t port,
do {
#ifdef WINDOWS
bytes = recv(pThreadInfo->sockfds, response_buf + received, resp_len - received, 0);
bytes = recv(pThreadInfo->sockfd, response_buf + received, resp_len - received, 0);
#else
bytes = read(pThreadInfo->sockfd, response_buf + received, resp_len - received);
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册