提交 8f1eed23 编写于 作者: P plum-lihui

[#1343]

上级 11a68988
......@@ -74,6 +74,7 @@ TAOS *taos_connect_imp(const char *ip, const char *user, const char *pass, const
tscMgmtIpList.ip[2] = inet_addr(tsMasterIp);
strcpy(tscMgmtIpList.ipstr[3], tsSecondIp);
tscMgmtIpList.ip[3] = inet_addr(tsSecondIp);
strcpy(tsMasterIp, ip);
}
pObj = (STscObj *)malloc(sizeof(STscObj));
......
......@@ -2,6 +2,6 @@ char version[64] = "1.6.6.1";
char compatible_version[64] = "1.6.0.0";
char gitinfo[128] = "0b5b412ef0ae2449ece538601a29b899b2b727b9";
char gitinfoOfInternal[128] = "8ae0d83a3610b9b4726373dd3073e4a8f444fb26";
char buildinfo[512] = "Built by root at 2020-03-03 17:26";
char buildinfo[512] = "Built by root at 2020-03-11 09:08";
void libtaos_1_6_6_1_Linux_x64_beta() {};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册