未验证 提交 493cd1b8 编写于 作者: W wade zhang 提交者: GitHub

Merge pull request #13923 from taosdata/fix/ZhiqiangWang/TD-16603-fix-develop-win32-compile-error

os: fix develop win32 compile error
......@@ -377,7 +377,7 @@ int tcpConnect(char* host, int iport) {
hints;
if (iport == 0) {
iport = 6041;
args.port = 6041
args.port = 6041;
}
if (NULL == host) {
host = "localhost";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册