From: Arran Cudbard-Bell Date: Wed, 7 May 2025 00:43:00 +0000 (-0600) Subject: Fall-Through to deal with pop X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fa58b37f32bb015a3e2950c284a0464f2f5ea56;p=thirdparty%2Ffreeradius-server.git Fall-Through to deal with pop --- diff --git a/src/lib/unlang/interpret.c b/src/lib/unlang/interpret.c index 7f72d6c242b..e7550361230 100644 --- a/src/lib/unlang/interpret.c +++ b/src/lib/unlang/interpret.c @@ -746,7 +746,7 @@ CC_HINT(hot) rlm_rcode_t unlang_interpret(request_t *request, bool running) fa = frame_eval(request, frame, &stack->result, &stack->priority); if (fa != UNLANG_FRAME_ACTION_POP) continue; - continue; + FALL_THROUGH; case UNLANG_FRAME_ACTION_POP: /* Pop this frame and check the one beneath it */ {