summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_xattr.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-11-19 14:51:55 -0800
committerJeremy Allison <jra@samba.org>2008-11-19 14:51:55 -0800
commit31a8c4df1305b63729e49a61e27bc9e1825af0d0 (patch)
treeafeef101ee3a8be32b81c2752bf0039dabeadc0a /source3/modules/vfs_acl_xattr.c
parentd53219704282bc6792416796dd6398875386243e (diff)
downloadsamba-31a8c4df1305b63729e49a61e27bc9e1825af0d0.tar.gz
samba-31a8c4df1305b63729e49a61e27bc9e1825af0d0.tar.bz2
samba-31a8c4df1305b63729e49a61e27bc9e1825af0d0.zip
Fix build farm breakage.
Diffstat (limited to 'source3/modules/vfs_acl_xattr.c')
-rw-r--r--source3/modules/vfs_acl_xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_acl_xattr.c b/source3/modules/vfs_acl_xattr.c
index e0d0ef1414..c28ba839be 100644
--- a/source3/modules/vfs_acl_xattr.c
+++ b/source3/modules/vfs_acl_xattr.c
@@ -714,7 +714,7 @@ static vfs_op_tuple skel_op_tuples[] =
/* POSIX ACL operations. */
{SMB_VFS_OP(sys_acl_set_file_xattr), SMB_VFS_OP_SYS_ACL_SET_FILE, SMB_VFS_LAYER_TRANSPARENT},
- {SMB_VFS_OP(sys__acl_set_fd_xattr), SMB_VFS_OP_SYS_ACL_SET_FD, SMB_VFS_LAYER_TRANSPARENT},
+ {SMB_VFS_OP(sys_acl_set_fd_xattr), SMB_VFS_OP_SYS_ACL_SET_FD, SMB_VFS_LAYER_TRANSPARENT},
/* POSIX ACL operations. */
{SMB_VFS_OP(sys_acl_set_file_xattr), SMB_VFS_OP_SYS_ACL_SET_FILE, SMB_VFS_LAYER_TRANSPARENT},