Skip to content
Snippets Groups Projects
Commit 99363a0e authored by Yang Tse's avatar Yang Tse
Browse files

Remove typecast

parent 71260534
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ ares_parse_srv_reply (const unsigned char *abuf, int alen,
aptr += len + QFIXEDSZ;
/* Examine each answer resource record (RR) in turn. */
for (i = 0; i < (int) ancount; i++)
for (i = 0; i < ancount; i++)
{
/* Decode the RR up to the data field. */
status = ares_expand_name (aptr, abuf, alen, &rr_name, &len);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment