Commit b708fa51 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Fixed comment.

parent 8709f6c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ static void host_callback(void *arg, int status, unsigned char *abuf, int alen)
    }
  else if (status == ARES_ENODATA && hquery->family == AF_INET6)
    {
      /* There was no AAAA now lookup an A */
      /* There was no AAAA. Now lookup an A */
      hquery->family = AF_INET;
      ares_search(hquery->channel, hquery->name, C_IN, T_A, host_callback,
                  hquery);