From b07232847311699084653bb2f7a6cf0956ef4835 Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Thu, 20 May 2010 13:35:28 -0700 Subject: fix for bug 5618. needed to extend valstruct to maintain multiple types rather than using first type found in node.val file. also simplified type check. --- src/cli_val.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cli_val.h') diff --git a/src/cli_val.h b/src/cli_val.h index 728b307..00ed103 100644 --- a/src/cli_val.h +++ b/src/cli_val.h @@ -66,6 +66,7 @@ typedef struct { char *val; int cnt; /* >0 means multivalue */ char **vals; /* We might union with val */ + vtw_type_e *val_types; /* used with vals and multitypes */ boolean free_me; }valstruct; -- cgit v1.2.3