]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
not yet for this
authorAlan T. DeKok <aland@freeradius.org>
Fri, 22 Apr 2022 20:53:46 +0000 (16:53 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 22 Apr 2022 20:54:31 +0000 (16:54 -0400)
src/lib/unlang/xlat.c

index 7edace23758f1615c00cc98ec1586047d0adce45..8b5b4db5e9f40b01864a508856f24d4aacc13cc7 100644 (file)
@@ -226,7 +226,7 @@ int unlang_xlat_push(TALLOC_CTX *ctx, bool *p_success, fr_value_box_list_t *out,
         *      Allocate its state, and setup a cursor for the xlat nodes
         */
        MEM(frame->state = state = talloc_zero(stack, unlang_frame_state_xlat_t));
-       state->head = talloc_get_type_abort_const(xlat, xlat_exp_head_t);       /* Ensure the node is valid */
+       state->head = talloc_get_type_abort_const(xlat, xlat_exp_t);    /* Ensure the node is valid */
        state->exp = xlat_exp_head(state->head);
        state->success = p_success;
        state->ctx = ctx;