Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions iocore/hostdb/HostDB.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1332,9 +1332,6 @@ HostDBContinuation::dnsEvent(int event, HostEnt *e)
r = lookup_done(md5.ip, e->ent.h_name, false, ttl_seconds, &e->srv_hosts, r);
}

// @c lookup_done should always return a valid value so @a r should be null @c NULL.
ink_assert(r && r->app.allotment.application1 == 0 && r->app.allotment.application2 == 0);

// Conditionally make rr record entries
if (is_rr) {
r->app.rr.offset = offset;
Expand Down