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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user