Commit 91b38857 authored by Steinar H. Gunderson's avatar Steinar H. Gunderson
Browse files

Removed a piece of redundant code (process_answer already takes care of it).

parent 6d5f8997
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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);