fix build warning

pull/585/head
Brad House 1 year ago
parent b1c508445e
commit a905115bb2
  1. 1
      src/lib/ares__addrinfo2hostent.c

@ -161,7 +161,6 @@ ares_status_t ares__addrinfo2hostent(const struct ares_addrinfo *ai, int family,
}
i = 0;
next = ai->nodes;
for (next = ai->nodes; next != NULL; next = next->ai_next) {
if (next->ai_family != family) {
continue;

Loading…
Cancel
Save