mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-10-06 11:59:48 +00:00
Removed a piece of redundant code (process_answer already takes care of it).
This commit is contained in:
@ -530,12 +530,6 @@ static void process_answer(ares_channel channel, unsigned char *abuf,
|
||||
next_server(channel, query, now);
|
||||
return;
|
||||
}
|
||||
if (!same_questions(query->qbuf, query->qlen, abuf, alen))
|
||||
{
|
||||
if (query->server == whichserver)
|
||||
next_server(channel, query, now);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
end_query(channel, query, ARES_SUCCESS, abuf, alen);
|
||||
|
Reference in New Issue
Block a user