commit | edb0fa506d206f5780b9ff5a2036ca1f4eb1849e | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Oct 04 10:36:00 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Nov 08 08:25:25 2022 +0100 |
tree | 91a05aaa6c3921440f54315a9ca5b161fd918527 | |
parent | ac8d4c67be4321353fc2819a55fe6c3ec9311e97 [diff] [blame] |
structure FEATURE support for ietf-yang-structure-ext Only for the structure itself, no augment yet.
diff --git a/src/schema_compile_amend.c b/src/schema_compile_amend.c index bab8ba3..66d2005 100644 --- a/src/schema_compile_amend.c +++ b/src/schema_compile_amend.c
@@ -2222,7 +2222,7 @@ struct ly_set mod_set = {0}, set = {0}; mod_p = mod->parsed; - LYSC_CTX_INIT_PMOD(ctx, mod_p); + LYSC_CTX_INIT_PMOD(ctx, mod_p, NULL); LY_LIST_FOR(mod_p->augments, aug) { /* get target module */