summaryrefslogtreecommitdiff
path: root/src/cli_val.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli_val.l')
-rw-r--r--src/cli_val.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli_val.l b/src/cli_val.l
index c24a6dc..b2911a6 100644
--- a/src/cli_val.l
+++ b/src/cli_val.l
@@ -284,6 +284,7 @@ static void make_val_value(vtw_type_e type)
get_cli_value_ptr()->free_me = TRUE;
get_cli_value_ptr()->val = my_strdup(yytext, "cli_val.l");
get_cli_value_ptr()->val_type = type;
+ get_cli_value_ptr()->val_types = NULL;
}