Skip to content

Commit

Permalink
schme compile BUGFIX compiled extension should use the local module
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko authored and rkrejci committed Oct 6, 2020
1 parent 5516b70 commit 8ce5135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree_schema_compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ lys_compile_ext(struct lysc_ctx *ctx, struct lysp_ext_instance *ext_p, struct ly

ext->insubstmt = ext_p->insubstmt;
ext->insubstmt_index = ext_p->insubstmt_index;
ext->module = ctx->mod_def;
ext->module = ctx->mod;
ext->parent = parent;
ext->parent_type = parent_type;

Expand Down

0 comments on commit 8ce5135

Please sign in to comment.