commit | d8e2fc97882421438d94dfbbe4386a1b96edf7f5 | [log] [tgz] |
---|---|---|
author | steweg <steweg@gmail.com> | Wed May 31 09:52:56 2023 +0200 |
committer | GitHub <noreply@github.com> | Wed May 31 09:52:56 2023 +0200 |
tree | aa2ef892225842cba51c9db65d1b9c6c1efa6160 | |
parent | f119497b34e900031ad77847c8aea1205fb1a043 [diff] [blame] |
path UPDTAE deref func support in leafref (#2030)
diff --git a/src/xpath.c b/src/xpath.c index b676dd9..0f1eaae 100644 --- a/src/xpath.c +++ b/src/xpath.c
@@ -6662,7 +6662,7 @@ { ly_bool temp_ctx = 0; uint32_t getnext_opts, orig_used, i, mod_idx, idx; - const struct lys_module *mod; + const struct lys_module *mod = NULL; const struct lysc_node *iter; enum lyxp_node_type iter_type;