commit | 61a0471e60a97a11de9a2648935a45917794a7bf | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Jul 20 08:07:09 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Jul 20 08:07:09 2022 +0200 |
tree | 2a9675c209a25bbbb63e2b2d1e44dc86c57fc7c6 | |
parent | 86ed83ddb20a3ab693d00e34fa38e12a68c4f203 [diff] |
tree data UPDATE allow insert top-level ext siblings
diff --git a/src/tree_data.c b/src/tree_data.c index cb7a581..1c7bfa6 100644 --- a/src/tree_data.c +++ b/src/tree_data.c
@@ -759,7 +759,6 @@ struct lyd_node *iter; LY_CHECK_ARG_RET(NULL, node, LY_EINVAL); - LY_CHECK_CTX_EQUAL_RET(sibling ? LYD_CTX(sibling) : NULL, LYD_CTX(node), LY_EINVAL); if (sibling) { LY_CHECK_RET(lyd_insert_check_schema(NULL, sibling->schema, node->schema));