]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Unneeded section
authorNick Porter <nick@portercomputing.co.uk>
Tue, 9 May 2023 13:36:22 +0000 (14:36 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 9 May 2023 14:18:21 +0000 (15:18 +0100)
src/lib/unlang/module.c

index a9ad0408087a78ac0d3e55468fc0c2d52df8da1a..f2f9f1b2ac25a9793d2f998471ea011e5b6f0374 100644 (file)
@@ -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: