commit | 00cbf53bde7bf1f35221a4b68e658c50b4ea74bb | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon Jun 15 13:58:47 2020 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Mon Jun 15 13:58:47 2020 +0200 |
tree | 390074389db6b978f6c4944d15161517f6e29192 | |
parent | 70593c1692112a97758e68383a01b82bbf47a96f [diff] [blame] |
data tree FEATURE lyd_new_path() and lyd_change_term() With tests included. Also, another missing API function lyd_new_opaq() added.
diff --git a/src/context.c b/src/context.c index 52a34a5..9f18510 100644 --- a/src/context.c +++ b/src/context.c
@@ -771,10 +771,9 @@ root_bis = 0; } - /* TODO uncomment once lefref validation works if (lyd_validate(&root, NULL, LYD_VALOPT_DATA_ONLY)) { goto error; - }*/ + } return root;