z/OS minor update, add missing semicolon in ares_init.c (#414)

Build fix for z/OS

Fix by: Dhrumil Rana (@dhrumilrana)
pull/418/head
dhrumilrana 3 years ago committed by GitHub
parent de042a65f4
commit 76e7d028a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/lib/ares_init.c

@ -1470,7 +1470,7 @@ static int init_by_resolv_conf(ares_channel channel)
struct __res_state *res = 0;
int count4, count6;
__STATEEXTIPV6 *v6;
struct server_state *pserver
struct server_state *pserver;
if (0 == res) {
int rc = res_init();
while (rc == -1 && h_errno == TRY_AGAIN) {

Loading…
Cancel
Save