commit | 9149efd5c225bfd7de6db1dd92b0466f699458a3 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Jan 29 11:16:59 2021 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Jan 29 11:16:59 2021 +0100 |
tree | 9be4963d27afa7e9a9060810189c2bf58088c172 | |
parent | 544e58ad01bb48de9900c1979614774c25201f56 [diff] |
schema compile BUGFIX typo
diff --git a/src/schema_compile_node.c b/src/schema_compile_node.c index d2c6d2f..74448d7 100644 --- a/src/schema_compile_node.c +++ b/src/schema_compile_node.c
@@ -2427,7 +2427,7 @@ /* output */ lysc_update_path(ctx, &action->node, "output"); - if (action_p->input.nodetype == LYS_UNKNOWN) { + if (action_p->output.nodetype == LYS_UNKNOWN) { output = &implicit_output; } else { output = &action_p->output;