]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
explicitly initialize same field used by the code
authorAlan T. DeKok <aland@freeradius.org>
Fri, 24 Oct 2025 19:31:48 +0000 (15:31 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 24 Oct 2025 19:36:42 +0000 (15:36 -0400)
src/lib/unlang/call_env.h

index 83cb68e64e89403ab350f791d166396c838cb2be..a7f6faff81c94f6b0822b0c05bb81e5db2dcc169 100644 (file)
@@ -233,7 +233,7 @@ struct call_env_ctx_s {
                                                                ///< module_method_binding_t.
 };
 
-#define CALL_ENV_TERMINATOR { NULL }
+#define CALL_ENV_TERMINATOR { .name = NULL }
 
 /** Helper macro for populating the size/type fields of a #call_env_method_t from the output structure type
  */