commit | 8cc3f6669eba8cd7e2441bf340d9ebfa33e95fe6 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Mar 29 11:25:51 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Mar 29 11:27:49 2022 +0200 |
tree | 3d3917bd57562de135e8063f66cf168e57084393 | |
parent | 28d03818df954f4f368ba98e340c068e4e97b603 [diff] [blame] |
schema mount UPDATE support for creating nested data Not just parsing it directly.
diff --git a/src/validation.c b/src/validation.c index 8004b44..c2c33d4 100644 --- a/src/validation.c +++ b/src/validation.c
@@ -279,7 +279,7 @@ LY_CHECK_RET(ret); /* remove this item from the set */ - ly_set_rm_index(node_types, i, free); + ly_set_rm_index(ext_val, i, free); } while (i); }