if (!RDEBUG_ENABLED3) return;
+ RINDENT();
RIDEBUG3("da : %p", vp->da);
RIDEBUG3("is_raw : %pV", fr_box_bool(vp->da->flags.is_raw));
RIDEBUG3("is_unknown : %pV", fr_box_bool(vp->da->flags.is_unknown));
if (fr_box_is_variable_size(&vp->data)) {
RIDEBUG3("length : %zu", vp->vp_length);
}
+ RIDEBUG3("tainted : %pV", fr_box_bool(vp->data.tainted));
- if (!RDEBUG_ENABLED4) return;
+ if (!RDEBUG_ENABLED4) {
+ REXDENT();
+ return;
+ }
for (i = 0; i < fr_type_table_len; i++) {
int pad;
next_type:
talloc_free(dst);
}
+
+ REXDENT();
}
void xlat_debug_attr_list(request_t *request, fr_pair_list_t const *list)