]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unnecessary code
authorAlan T. DeKok <aland@freeradius.org>
Wed, 4 Feb 2026 23:57:32 +0000 (18:57 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 4 Feb 2026 23:57:32 +0000 (18:57 -0500)
src/modules/rlm_eap/types/rlm_eap_gtc/rlm_eap_gtc.c

index 5518a2afc884c7380bcf69af0a408020e4ce8104..1322b034773e77a75f0ca659a146460d12b952a1 100644 (file)
@@ -165,7 +165,6 @@ static unlang_action_t mod_process(unlang_result_t *p_result, module_ctx_t const
         */
        MEM(pair_update_request(&vp, attr_user_password) >= 0);
        fr_pair_value_bstrndup(vp, (char const *)eap_round->response->type.data, eap_round->response->type.length, true);
-       vp->vp_tainted = true;
 
        unlang = cf_section_find(unlang_call_current(request), "authenticate", inst->auth_type->name);
        if (!unlang) unlang = cf_section_find(unlang_call_current(request->parent), "authenticate", inst->auth_type->name);