提交 a5fece22 编写于 作者: wafwerar's avatar wafwerar

[TD-13761]<fix>: redefine dir api.

上级 031b50ff
......@@ -827,6 +827,7 @@ int32_t taosGetFqdn(char *fqdn) {
int32_t ret = getaddrinfo(hostname, NULL, &hints, &result);
if (!result) {
printf("failed to get fqdn, code:%d, reason:%s", ret, gai_strerror(ret));
assert(0);
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册