From 2129495319adda28dbe21e1ac9846fcae9373989 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 16 Aug 2012 14:13:00 +1000 Subject: librpc/idl: Fix acl array definition in smb_acl_t --- librpc/idl/smb_acl.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc') 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; -- cgit