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/hash_table.c b/src/hash_table.c index 0523d8e..246fb34 100644 --- a/src/hash_table.c +++ b/src/hash_table.c
@@ -537,7 +537,7 @@ int32_t i; ly_bool first_matched = 0; LY_ERR r, ret = LY_SUCCESS; - lyht_value_equal_cb old_val_equal; + lyht_value_equal_cb old_val_equal = NULL; LY_CHECK_ERR_RET(lyht_find_first(ht, hash, &rec), LOGARG(NULL, hash), LY_ENOTFOUND); /* hash not found */