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 6d5f899761
commit 91b38857ef
1 changed files with 0 additions and 6 deletions

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