break;
}
+ if (!method) {
+ REDEBUG2("No dictionary value name for method hint");
+ return XLAT_ACTION_FAIL;
+ }
+
MEM(vb = fr_value_box_alloc(ctx, FR_TYPE_STRING, NULL));
fr_value_box_bstrndup(vb, vb, NULL, method, strlen(method), false);
fr_dcursor_append(out, vb);
break;
}
+ if (!type) {
+ REDEBUG2("No dictionary value name for identity type");
+ return XLAT_ACTION_FAIL;
+ }
+
MEM(vb = fr_value_box_alloc(ctx, FR_TYPE_STRING, NULL));
fr_value_box_bstrndup(vb, vb, NULL, type, strlen(type), false);
fr_dcursor_append(out, vb);