forked from Ocean/datum_gateway
Merge remote-tracking branch 'github-pull/41/head'
This commit is contained in:
commit
2f7f2b5bde
@ -1498,6 +1498,7 @@ void *datum_protocol_client(void *args) {
|
||||
|
||||
if ((ret = getaddrinfo(datum_config.datum_pool_host, port_str, &hints, &res)) != 0) {
|
||||
DLOG_ERROR("getaddrinfo: %s\n", gai_strerror(ret));
|
||||
datum_protocol_client_active = 0;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user