diff options
Diffstat (limited to 'src/cli_def.l')
-rw-r--r-- | src/cli_def.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli_def.l b/src/cli_def.l index a7de87d..0b4e5b0 100644 --- a/src/cli_def.l +++ b/src/cli_def.l @@ -154,6 +154,7 @@ return_value(vtw_type_e type) yy_cli_parse_lval.val.free_me = TRUE; yy_cli_parse_lval.val.val = strdup(yy_cli_def_text); yy_cli_parse_lval.val.val_type = type; + yy_cli_parse_lval.val.val_types = NULL; return VALUE; } |