]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't double indent debug output
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 8 Jul 2015 15:24:29 +0000 (11:24 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 8 Jul 2015 15:24:29 +0000 (11:24 -0400)
src/modules/rlm_ldap/rlm_ldap.c

index 329edcf49ee3adcbcbfa51e087b38a07e0159927..985d52c2c9f5fc2ef7b5f7c8bce6c25c277a831b 100644 (file)
@@ -1401,9 +1401,7 @@ static rlm_rcode_t rlm_ldap_map_profile(rlm_ldap_t const *inst, REQUEST *request
        }
 
        RDEBUG("Processing profile attributes");
-       RINDENT();
        if (rlm_ldap_map_do(inst, request, handle, expanded, entry) > 0) rcode = RLM_MODULE_UPDATED;
-       REXDENT();
 
 free_result:
        ldap_msgfree(result);
@@ -1628,9 +1626,7 @@ skip_edir:
 
        if (inst->user_map || inst->valuepair_attr) {
                RDEBUG("Processing user attributes");
-               RINDENT();
                if (rlm_ldap_map_do(inst, request, conn->handle, &expanded, entry) > 0) rcode = RLM_MODULE_UPDATED;
-               REXDENT();
                rlm_ldap_check_reply(inst, request);
        }