From: Alan T. DeKok Date: Wed, 22 Jun 2022 15:28:53 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aa8aed95a18e23a8f77d58ca1fb2686657fb708;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/unlang/condition.c b/src/lib/unlang/condition.c index c3a0a7a4811..a41a9f35182 100644 --- a/src/lib/unlang/condition.c +++ b/src/lib/unlang/condition.c @@ -119,7 +119,7 @@ static unlang_action_t unlang_if(rlm_rcode_t *p_result, request_t *request, unla fr_value_box_list_init(&state->out); if (unlang_xlat_push(state, &state->success, &state->out, - request, gext->cond, UNLANG_SUB_FRAME) < 0) return UNLANG_ACTION_FAIL; + request, gext->head, UNLANG_SUB_FRAME) < 0) return UNLANG_ACTION_FAIL; return UNLANG_ACTION_PUSHED_CHILD; #endif