]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Shouldn't have been comitted
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 6 Apr 2021 10:48:18 +0000 (11:48 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 6 Apr 2021 10:48:18 +0000 (11:48 +0100)
src/lib/unlang/interpret.c

index 8ee996fbe401f83a97e8c9f2562cb44256e0f47d..2daa0aa6c7603fd6d077a5da72598dbb6497e7b3 100644 (file)
@@ -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);
 
        /*