diff options
author | Günther Deschner <gd@samba.org> | 2015-07-14 15:55:57 +0200 |
---|---|---|
committer | José A. Rivera <jarrpa@samba.org> | 2015-08-04 19:11:17 +0200 |
commit | 2a08aa04568202bea7db9061592d20a7bf3efee7 (patch) | |
tree | f2feeea97a5084632537f4e58cc675f223b4809c /librpc/idl | |
parent | 5e009e13aaf9bcc05e357862b28aa6876f7c908c (diff) | |
download | samba-2a08aa04568202bea7db9061592d20a7bf3efee7.tar.gz |
s4-torture: add ndr testsuite for complex clusapi_PROPERTY_LIST structs.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: José A. Rivera <jarrpa@samba.org>
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/clusapi.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/clusapi.idl b/librpc/idl/clusapi.idl index a46204f8fd4..35169edba70 100644 --- a/librpc/idl/clusapi.idl +++ b/librpc/idl/clusapi.idl @@ -1572,7 +1572,7 @@ import "security.idl", "winreg.idl"; [value(CLUSPROP_SYNTAX_ENDMARK)] CLUSTER_PROPERTY_SYNTAX end_mark; } clusapi_propertyValue; - typedef struct { + typedef [public] struct { uint32 propertyCount; clusapi_propertyValue propertyValues[propertyCount]; [value(CLUSPROP_SYNTAX_ENDMARK)] CLUSTER_PROPERTY_SYNTAX end_mark; |