mirror of
https://github.com/curl/curl.git
synced 2026-07-24 15:57:18 +03:00
Remove typecast
This commit is contained in:
parent
71260534f9
commit
99363a0ee1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue