diff options
author | Jeremy Allison <jra@samba.org> | 2008-11-19 14:51:55 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-11-19 14:51:55 -0800 |
commit | 31a8c4df1305b63729e49a61e27bc9e1825af0d0 (patch) | |
tree | afeef101ee3a8be32b81c2752bf0039dabeadc0a /source3/modules | |
parent | d53219704282bc6792416796dd6398875386243e (diff) | |
download | samba-31a8c4df1305b63729e49a61e27bc9e1825af0d0.tar.gz samba-31a8c4df1305b63729e49a61e27bc9e1825af0d0.tar.bz2 samba-31a8c4df1305b63729e49a61e27bc9e1825af0d0.zip |
Fix build farm breakage.
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_acl_xattr.c | 2 |
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}, |