]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
head can be NULL
authorAlan T. DeKok <aland@freeradius.org>
Fri, 20 May 2022 20:01:49 +0000 (16:01 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 20 May 2022 20:01:49 +0000 (16:01 -0400)
src/lib/unlang/xlat_priv.h

index 83ec3d651ad13f1a7f6f039057879e00e007d718..8ace3051d6829cf76fc89933f41b51360392de50 100644 (file)
@@ -299,7 +299,7 @@ xlat_action_t       xlat_frame_eval_resume(TALLOC_CTX *ctx, fr_dcursor_t *out,
 xlat_action_t  xlat_frame_eval_repeat(TALLOC_CTX *ctx, fr_dcursor_t *out,
                                       xlat_exp_head_t const **child, bool *alternate,
                                       request_t *request, xlat_exp_head_t const *head, xlat_exp_t const **in,
-                                      fr_value_box_list_t *result) CC_HINT(nonnull(1,2,3,5,6));
+                                      fr_value_box_list_t *result) CC_HINT(nonnull(1,2,3,5));
 
 xlat_action_t  xlat_frame_eval(TALLOC_CTX *ctx, fr_dcursor_t *out, xlat_exp_head_t const **child,
                                request_t *request, xlat_exp_head_t const *head, xlat_exp_t const **in);