commit | 0af837052705d39328635c5869e92b885b5b2d95 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Oct 08 13:42:19 2024 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Oct 08 13:42:19 2024 +0200 |
tree | 915bc57325e17a7fef378ede4246f004a36775ae | |
parent | 9805f218e7884e61f50df1545f0420930cffd04d [diff] [blame] |
parser REFACTOR unify function naming
diff --git a/src/plugins_exts.c b/src/plugins_exts.c index 71449ba..af81792 100644 --- a/src/plugins_exts.c +++ b/src/plugins_exts.c
@@ -67,7 +67,7 @@ continue; } - if ((rc = lys_parse_ext_instance_stmt(pctx, &ext->substmts[u], stmt))) { + if ((rc = lys_parser_ext_instance_stmt(pctx, &ext->substmts[u], stmt))) { goto cleanup; } }