summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cli_val_engine.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cli_val_engine.c b/src/cli_val_engine.c
index 811b422..fddad4c 100644
--- a/src/cli_val_engine.c
+++ b/src/cli_val_engine.c
@@ -726,6 +726,9 @@ int clind_config_engine_apply_command_path(clind_path_ref cfg_path_orig,
if(valarr) {
int k=0;
+
+ /* set the type */
+ res->val_type = val_type;
for(k=0;k<vallen;k++) {