s3:vfs_modules: fix *sys_acl_blob_get_{file,fd} and only return ENOSYS
commit2b73dfbc8e994ae8b7eea6cf17fcbcfb2e2a074f
authorStefan Metzmacher <metze@samba.org>
Wed, 28 Nov 2012 08:05:23 +0000 (28 09:05 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 3 Dec 2012 11:48:34 +0000 (3 12:48 +0100)
tree533c8cd1b25015c06df4209298ddcccf843f6a9c
parentf5f04596c6eaa44e8fd7825d20ce1a80f9520519
s3:vfs_modules: fix *sys_acl_blob_get_{file,fd} and only return ENOSYS

We should not segfault if some callers starts to call this.

This is a 4.0 patch only, if you try to backport the real implementation
just revert this patch...

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/modules/vfs_default.c
source3/modules/vfs_fake_acls.c