From 68d31304c1e8c0428c6f8c416e1bb3b51cdc98b1 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Tue, 6 Apr 2021 11:48:18 +0100 Subject: [PATCH] Shouldn't have been comitted --- src/lib/unlang/interpret.c | 2 -- 1 file changed, 2 deletions(-) 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); /* -- 2.47.2