diff options
author | Volker Lendecke <vl@samba.org> | 2009-07-25 13:11:08 -0400 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-07-25 13:12:08 -0400 |
commit | b9756de20aab4008c7aa69a0ea54a310426854fc (patch) | |
tree | cf9bd6ae073bf4761f7f8f59abc06216170590cf /source3/modules | |
parent | db5d3465ab8c7410e2b4ff7bbdbd108cea302c83 (diff) | |
download | samba-b9756de20aab4008c7aa69a0ea54a310426854fc.tar.gz samba-b9756de20aab4008c7aa69a0ea54a310426854fc.tar.bz2 samba-b9756de20aab4008c7aa69a0ea54a310426854fc.zip |
Cleanup patch after "new VFS"
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_solarisacl.c | 2 |
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, |