summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_solarisacl.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-07-25 13:11:08 -0400
committerVolker Lendecke <vl@samba.org>2009-07-25 13:12:08 -0400
commitb9756de20aab4008c7aa69a0ea54a310426854fc (patch)
treecf9bd6ae073bf4761f7f8f59abc06216170590cf /source3/modules/vfs_solarisacl.c
parentdb5d3465ab8c7410e2b4ff7bbdbd108cea302c83 (diff)
downloadsamba-b9756de20aab4008c7aa69a0ea54a310426854fc.tar.gz
Cleanup patch after "new VFS"
Diffstat (limited to 'source3/modules/vfs_solarisacl.c')
-rw-r--r--source3/modules/vfs_solarisacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_solarisacl.c b/source3/modules/vfs_solarisacl.c
index 397a6749676..4e0cd475a85 100644
--- a/source3/modules/vfs_solarisacl.c
+++ b/source3/modules/vfs_solarisacl.c
@@ -749,7 +749,7 @@ static bool solaris_acl_check(SOLARIS_ACL_T solaris_acl, int count)
}
#endif
-static struct vfs_fn_pointers solarisacls_fns = {
+static struct vfs_fn_pointers solarisacl_fns = {
.sys_acl_get_file = solarisacl_sys_acl_get_file,
.sys_acl_get_fd = solarisacl_sys_acl_get_fd,
.sys_acl_set_file = solarisacl_sys_acl_set_file,