fr_value_box_copy(value, value, tmpl_value(node->vpt)); /* Also dups taint */
fr_dlist_insert_tail(&result, value);
- } else {
+ } else if (tmpl_is_attr(node->vpt)) {
XLAT_DEBUG("** [%i] %s(attribute) - %%{%s}", unlang_interpret_stack_depth(request), __FUNCTION__,
node->fmt);
xlat_debug_log_expansion(request, node, NULL);
if (xlat_eval_pair_real(ctx, &result, request, node->vpt) == XLAT_ACTION_FAIL) goto fail;
+ } else {
+ /*
+ * @todo - write code here!
+ */
+ fr_assert(0);
}
xlat_debug_log_list_result(request, &result);