From: Alan T. DeKok Date: Fri, 20 May 2022 20:01:49 +0000 (-0400) Subject: head can be NULL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88a5a731a642f7dd6820ea03be7bf90b922c82f;p=thirdparty%2Ffreeradius-server.git head can be NULL --- diff --git a/src/lib/unlang/xlat_priv.h b/src/lib/unlang/xlat_priv.h index 83ec3d651ad..8ace3051d68 100644 --- a/src/lib/unlang/xlat_priv.h +++ b/src/lib/unlang/xlat_priv.h @@ -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);