*
* We have to check this here, because the quote is part of the tmpl, and we call
* xlat_push(), which doesn't know about the quote.
+ *
+ * @todo - we should really push the quote into the xlat, too.
*/
box = fr_value_box_list_head(¤t->rhs.result);
if (!box) {
MEM(box = fr_value_box_alloc(state, FR_TYPE_STRING, NULL));
+ fr_value_box_strdup(box, box, NULL, "", false);
fr_value_box_list_insert_tail(¤t->rhs.result, box);
} else if (fr_value_box_list_concat_in_place(box, box, ¤t->rhs.result, FR_TYPE_STRING,