smbd: Remove pre-allocation of ACL array in sys_acl_init()
authorAndrew Bartlett <abartlet@samba.org>
Fri, 7 Sep 2012 07:44:24 +0000 (17:44 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 12 Sep 2012 03:26:16 +0000 (05:26 +0200)
commit6638d1036688f7b0f15a1a18c9a251ab0a7ab626
tree31669a1f287161bc78256798602ce9e27b5cb997
parentac804f0d7f5a93ff2710e213d9213ad9960a15d6
smbd: Remove pre-allocation of ACL array in sys_acl_init()

Instead, this is just handled with realloc in sys_acl_create_entry()

This allows us to remove the size element from the SMB_ACL_T.

Andrew Bartlett
librpc/idl/smb_acl.idl
source3/include/smb_acls.h
source3/lib/sysacls.c
source3/modules/vfs_posixacl.c
source3/smbd/posix_acls.c
source3/smbd/pysmbd.c