1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 06:09:51 +00:00

Vlad Dinulescu fixed two outstanding valgrind reports

This commit is contained in:
Daniel Stenberg
2007-07-14 13:08:50 +00:00
parent 1c91a98fcd
commit 403b315a3b
4 changed files with 8 additions and 3 deletions

View File

@ -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);