summaryrefslogtreecommitdiff
path: root/librpc/idl/smb_acl.idl
diff options
context:
space:
mode:
Diffstat (limited to 'librpc/idl/smb_acl.idl')
-rw-r--r--librpc/idl/smb_acl.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/smb_acl.idl b/librpc/idl/smb_acl.idl
index 856312f484..7f672996b0 100644
--- a/librpc/idl/smb_acl.idl
+++ b/librpc/idl/smb_acl.idl
@@ -52,7 +52,7 @@ interface smb_acl
int size;
int count;
int next;
- smb_acl_entry *acl;
+ [size_is(count)] smb_acl_entry acl[*];
} smb_acl_t;
const int SMB_ACL_FIRST_ENTRY = 0;