]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fall-Through to deal with pop
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 7 May 2025 00:43:00 +0000 (18:43 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 7 May 2025 00:53:01 +0000 (18:53 -0600)
src/lib/unlang/interpret.c

index 7f72d6c242bc44d5357acd357b9910687cce8f41..e75503612307bf6b93174b71c390b39448c4265b 100644 (file)
@@ -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 */
                {