From f2cdd32a4feb42616c3cc5207b71b50f5da8a86b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 20 Nov 2009 09:57:25 +0000 Subject: Remove typecast --- ares_parse_srv_reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ares_parse_srv_reply.c') diff --git a/ares_parse_srv_reply.c b/ares_parse_srv_reply.c index e296a98..2e5095e 100644 --- a/ares_parse_srv_reply.c +++ b/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); -- cgit v1.2.3