Merge remote-tracking branch 'github-pull/41/head'

This commit is contained in:
Luke Dashjr 2024-11-14 23:20:39 +00:00
commit 2f7f2b5bde
No known key found for this signature in database
GPG Key ID: A291A2C45D0C504A

View File

@ -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;
}