From 88ce03e94507d009edb0bb80e778fb8ad69eb6ac Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 14 Jul 2007 13:08:50 +0000 Subject: Vlad Dinulescu fixed two outstanding valgrind reports --- ares/ares_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ares/ares_query.c') diff --git a/ares/ares_query.c b/ares/ares_query.c index ed32e9288..0cd655709 100644 --- a/ares/ares_query.c +++ b/ares/ares_query.c @@ -67,7 +67,7 @@ void ares__rc4(rc4_key* key, unsigned char *buffer_ptr, int buffer_len) static struct query* find_query_by_id(ares_channel channel, int id) { - int qid; + unsigned short qid; struct query* q; DNS_HEADER_SET_QID(((unsigned char*)&qid), id); -- cgit v1.2.3