]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Functions shouldn't have braces
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 6 May 2025 17:16:55 +0000 (11:16 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 6 May 2025 18:03:53 +0000 (12:03 -0600)
src/lib/unlang/function.c

index 663e7e49e20f43f1183afa5ae44f0a00d8c1e824..4ed3886cde6e13846f50afe8d65f9b6538e9451c 100644 (file)
@@ -342,7 +342,7 @@ void unlang_function_init(void)
                                .interpret = unlang_function_call,
                                .signal = unlang_function_signal,
                                .dump = unlang_function_dump,
-                               .flag = UNLANG_OP_FLAG_DEBUG_BRACES | UNLANG_OP_FLAG_RETURN_POINT,
+                               .flag = UNLANG_OP_FLAG_RETURN_POINT,
                                .frame_state_size = sizeof(unlang_frame_state_func_t),
                                .frame_state_type = "unlang_frame_state_func_t",
                           });