From: Marek VavruĊĦa Date: Wed, 30 May 2018 04:38:56 +0000 (-0700) Subject: removed invalid assert from e51864e98f951a1d22808410d42751b0d1bb6772 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2574cce68c937d6ff72cd9e09100311880b1928c;p=thirdparty%2Fknot-resolver.git removed invalid assert from e51864e98f951a1d22808410d42751b0d1bb6772 --- diff --git a/lib/utils.c b/lib/utils.c index 6c0adcafa..fbd28faee 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -713,7 +713,6 @@ int kr_ranked_rrarray_add(ranked_rr_array_t *array, const knot_rrset_t *rr, /* Found the entry to merge with. Check consistency and merge. */ bool ok = stashed->rank == rank && !stashed->cached; if (!ok) { - assert(false); return kr_error(EEXIST); } /* It may happen that an RRset is first considered useful