summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 397a674967..4e0cd475a8 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,