From: Arran Cudbard-Bell Date: Wed, 8 Apr 2020 23:40:30 +0000 (-0500) Subject: probably not a valid assert given the way the rest of the public API works X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea643b43ba03b5841cc9f70b609c2aa66448265f;p=thirdparty%2Ffreeradius-server.git probably not a valid assert given the way the rest of the public API works --- diff --git a/src/lib/server/trunk.c b/src/lib/server/trunk.c index cd702f756b0..fa308773e9d 100644 --- a/src/lib/server/trunk.c +++ b/src/lib/server/trunk.c @@ -2094,8 +2094,6 @@ fr_trunk_enqueue_t fr_trunk_request_requeue(fr_trunk_request_t *treq) break; default: - fr_cond_assert_fail(__FILE__, __LINE__, "0", "Requests in state %s cannot be requeued", - fr_table_str_by_value(fr_trunk_request_states, treq->pub.state, "")); trunk_request_enter_failed(treq); return FR_TRUNK_ENQUEUE_FAIL; }