1
0
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:
Steinar H. Gunderson
2007-10-04 08:12:12 +00:00
parent b7dec81498
commit f75d1172f8

View File

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