commit | 8efac24df022943d95ef469acc685b8917f0cf87 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Mar 30 08:24:56 2023 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Mar 30 08:24:56 2023 +0200 |
tree | 868e2f4f8fcc982597d673cf9aae11f0170fb7fe | |
parent | e4508d3fee1b3692b1d01b797f2b05f9d6df27b8 [diff] [blame] |
hash table REFACTOR use unified struct names
diff --git a/src/validation.c b/src/validation.c index 1ffc42d..89ba74a 100644 --- a/src/validation.c +++ b/src/validation.c
@@ -1250,7 +1250,7 @@ ly_bool dyn; const void *hash_key; struct lyd_val_uniq_arg arg, *args = NULL; - struct hash_table **uniqtables = NULL; + struct ly_ht **uniqtables = NULL; struct lyd_value *val; struct ly_ctx *ctx = snode->module->ctx;