librpc/idl: Fix acl array definition in smb_acl_t
authorAndrew Bartlett <abartlet@samba.org>
Thu, 16 Aug 2012 04:13:00 +0000 (14:13 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 16 Aug 2012 05:19:17 +0000 (15:19 +1000)
librpc/idl/smb_acl.idl

index 856312f484d457087686285fbc5bb538390ae0e2..7f672996b0b4196dee9de8a36bfe4f32e561a79b 100644 (file)
@@ -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;