commit | aac267d375a5280a6e535c918ae44f4c6745c760 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon Jan 17 13:34:48 2022 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Mar 15 11:36:42 2022 +0100 |
tree | de1dea4a5f8c1b858d7c295fc899a8fc1f8226ba | |
parent | 48267e3cd4d44d30a68fa16acf1c2a0f65487c1d [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/tree_schema.c b/src/tree_schema.c index 076fa37..0b92e67 100644 --- a/src/tree_schema.c +++ b/src/tree_schema.c
@@ -471,6 +471,7 @@ } } } + return NULL; }