]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
it's not a warning message
authorAlan T. DeKok <aland@freeradius.org>
Wed, 5 Oct 2016 14:56:33 +0000 (10:56 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 5 Oct 2016 14:56:33 +0000 (10:56 -0400)
src/modules/rlm_eap/types/rlm_eap_fast/eap_fast.c

index 32380c4580b702094f55e193baa1f516e10c8cd7..dba2c146259c94b533de083413eee9bdc57da78b 100644 (file)
@@ -951,10 +951,9 @@ static PW_CODE eap_fast_eap_payload(REQUEST *request, eap_handler_t *eap_session
        if (t->stage == AUTHENTICATION) {       /* FIXME do this only for MSCHAPv2 */
                VALUE_PAIR *tvp;
 
-        RWDEBUG2("AUTHENTICATION");
-        vp = fr_pair_make(fake, &fake->config, "EAP-Type", "0", T_OP_EQ);
-        vp->vp_integer = t->default_method;
-        RWDEBUG2("AUTHENTICATION");
+               RDEBUG2("AUTHENTICATION");
+               vp = fr_pair_make(fake, &fake->config, "EAP-Type", "0", T_OP_EQ);
+               vp->vp_integer = t->default_method;
 
                /*
                 * RFC 5422 section 3.2.3 - Authenticating Using EAP-FAST-MSCHAPv2