]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
probably not a valid assert given the way the rest of the public API works
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 8 Apr 2020 23:40:30 +0000 (18:40 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 8 Apr 2020 23:40:30 +0000 (18:40 -0500)
src/lib/server/trunk.c

index cd702f756b080874a188f5365807d7ba1cbd9b69..fa308773e9da9e9bf4340a4e6428e1da4ff85af1 100644 (file)
@@ -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, "<INVALID>"));
                trunk_request_enter_failed(treq);
                return FR_TRUNK_ENQUEUE_FAIL;
        }