From: Nick Porter Date: Tue, 9 May 2023 13:36:22 +0000 (+0100) Subject: Unneeded section X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff3ae603d164ae293911be79dd06eef8bae3feb4;p=thirdparty%2Ffreeradius-server.git Unneeded section --- diff --git a/src/lib/unlang/module.c b/src/lib/unlang/module.c index a9ad0408087..f2f9f1b2ac2 100644 --- a/src/lib/unlang/module.c +++ b/src/lib/unlang/module.c @@ -983,7 +983,6 @@ static unlang_action_t unlang_module(rlm_rcode_t *p_result, request_t *request, * value returned but the last expansion. */ case MOD_ENV_EXP_PROC: - { env = state->last_expanded; /* @@ -1006,7 +1005,6 @@ static unlang_action_t unlang_module(rlm_rcode_t *p_result, request_t *request, ua = UNLANG_ACTION_FAIL; goto fail; } - } break; case MOD_ENV_EXP_DONE: