diff options
Diffstat (limited to 'examples/create_resource.c')
-rw-r--r-- | examples/create_resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/create_resource.c b/examples/create_resource.c index 9893cc7..905b8e2 100644 --- a/examples/create_resource.c +++ b/examples/create_resource.c @@ -79,7 +79,7 @@ SER_STR("Caption", 1), SER_STR("InstanceID", 1), SER_STR("PolicyName", 1), SER_UINT32("PolicyPrecedence", 1 ), -SER_DYN_ARRAY("Handles", uint32), +SER_DYN_ARRAY("Handles", 1, 10, uint32), SER_BOOL("DefaultTest", 1), SER_END_ITEMS("EXL_ExamplePolicy", EXL_ExamplePolicy); |