From: Arran Cudbard-Bell Date: Tue, 6 Apr 2021 10:48:18 +0000 (+0100) Subject: Shouldn't have been comitted X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68d31304c1e8c0428c6f8c416e1bb3b51cdc98b1;p=thirdparty%2Ffreeradius-server.git Shouldn't have been comitted --- diff --git a/src/lib/unlang/interpret.c b/src/lib/unlang/interpret.c index 8ee996fbe4..2daa0aa6c7 100644 --- a/src/lib/unlang/interpret.c +++ b/src/lib/unlang/interpret.c @@ -865,8 +865,6 @@ static inline CC_HINT(always_inline) void frame_signal(request_t *request, fr_st (void)talloc_get_type_abort(request, request_t); /* Check the request hasn't already been freed */ - if (limit == 0) limit = 1; /* Never signal frame 0 */ - fr_assert(stack->depth > 0); /*