Skip to content

Commit

Permalink
Merge remote-tracking branch 'github-pull/41/head'
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Nov 14, 2024
2 parents 665aa78 + 2bbf8c6 commit 2f7f2b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datum_protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 2f7f2b5

Please sign in to comment.