there's no tests for this functionality, and looks like it
probably never worked right in v4. It should probably just be
removed
if (!fr_cond_assert(a->vp_type == FR_TYPE_STRING)) return -1;
- slen = regex_compile(NULL, &preg, a->xlat, talloc_array_length(a->xlat) - 1,
+ slen = regex_compile(NULL, &preg, a->vp_strvalue, talloc_array_length(a->vp_strvalue) - 1,
NULL, false, true);
if (slen <= 0) {
fr_strerror_printf_push("Error at offset %zu compiling regex for %s", -slen,