we don't support structural types on the RHS of maps, so don't
even try to parse them. Just return an error
*/
if (map->op == T_OP_CMP_TRUE) goto parse_rhs;
+ fr_strerror_const("Structural attributes are not supported");
+ goto error;
+
+#if 0
/*
* @todo - check for, and allow '&'
* attribute references. If found, then
* of the RHS parsing.
*/
goto check_for_child;
+#endif
default:
break;
}
}
+#if 0
check_for_child:
+#endif
/*
* Add this map to to the parents list. Note that the
* caller will have to check for this!