mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Removed a piece of redundant code (process_answer already takes care of it).
This commit is contained in:
parent
6d5f899761
commit
91b38857ef
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user