[TD-13761]<fix>: redefine dir api.
This commit is contained in:
parent
031b50ff76
commit
a5fece22c6
|
@ -827,6 +827,7 @@ int32_t taosGetFqdn(char *fqdn) {
|
||||||
int32_t ret = getaddrinfo(hostname, NULL, &hints, &result);
|
int32_t ret = getaddrinfo(hostname, NULL, &hints, &result);
|
||||||
if (!result) {
|
if (!result) {
|
||||||
printf("failed to get fqdn, code:%d, reason:%s", ret, gai_strerror(ret));
|
printf("failed to get fqdn, code:%d, reason:%s", ret, gai_strerror(ret));
|
||||||
|
assert(0);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue