From 403b315a3bc81b9a65c7f921c19e5221199db9e7 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_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ares_query.c') diff --git a/ares_query.c b/ares_query.c index ed32e92..0cd6557 100644 --- a/ares_query.c +++ b/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