aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_parse_srv_reply.c
diff options
context:
space:
mode:
Diffstat (limited to 'ares/ares_parse_srv_reply.c')
-rw-r--r--ares/ares_parse_srv_reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/ares_parse_srv_reply.c b/ares/ares_parse_srv_reply.c
index e296a9868..2e5095e04 100644
--- a/ares/ares_parse_srv_reply.c
+++ b/ares/ares_parse_srv_reply.c
@@ -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);