1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2026-03-20 22:41:10 +00:00

Fixed comment.

This commit is contained in:
Gisle Vanem
2006-08-04 15:41:56 +00:00
parent 857a5f9353
commit 415e2ae109

View File

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