From 1b9e87fbf574cbf51cd59f8fec2ea0580e4530dc Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Wed, 8 Jul 2015 11:24:29 -0400 Subject: [PATCH] Don't double indent debug output --- src/modules/rlm_ldap/rlm_ldap.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index 329edcf49ee..985d52c2c9f 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -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); } -- 2.47.3