commit | ddd7659f51f65653ce80ed1589e3940a88e75112 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon Jan 17 13:34:48 2022 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Feb 09 15:34:55 2022 +0100 |
tree | de1dea4a5f8c1b858d7c295fc899a8fc1f8226ba | |
parent | 6a914fb9129daf99447f9d9f9c61225122c865fe [diff] [blame] |
plugins ext FEATURE initial schema-mount support Only for XML data for now. Includes lots of other changes needed to support this extension.
diff --git a/src/path.c b/src/path.c index e631e3a..932a039 100644 --- a/src/path.c +++ b/src/path.c
@@ -446,6 +446,7 @@ break; case LY_VALUE_CANON: case LY_VALUE_XML: + case LY_VALUE_STR_NS: /* not really defined or accepted */ LOGINT_RET(ctx); }