diff options
author | Tim Prouty <tprouty@samba.org> | 2009-01-09 11:50:28 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-01-09 11:50:28 -0800 |
commit | 29384794ccac1904cdbd4544ffb77996eaa9fcff (patch) | |
tree | 027d6c9ae19b2a07bd5ea8faee4b2633ed37cac2 /source3/modules | |
parent | f2269e6cc85ffcd38134df2e430c4c0fabde17f8 (diff) | |
download | samba-29384794ccac1904cdbd4544ffb77996eaa9fcff.tar.gz samba-29384794ccac1904cdbd4544ffb77996eaa9fcff.tar.bz2 samba-29384794ccac1904cdbd4544ffb77996eaa9fcff.zip |
s3: Remove rendundant op_tuple entry in xattr streams
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_streams_xattr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/modules/vfs_streams_xattr.c b/source3/modules/vfs_streams_xattr.c index 7124c57520..1df4932167 100644 --- a/source3/modules/vfs_streams_xattr.c +++ b/source3/modules/vfs_streams_xattr.c @@ -950,8 +950,6 @@ static vfs_op_tuple streams_xattr_ops[] = { SMB_VFS_LAYER_TRANSPARENT}, {SMB_VFS_OP(streams_xattr_pwrite), SMB_VFS_OP_PWRITE, SMB_VFS_LAYER_TRANSPARENT}, - {SMB_VFS_OP(streams_xattr_lstat), SMB_VFS_OP_LSTAT, - SMB_VFS_LAYER_TRANSPARENT}, {SMB_VFS_OP(streams_xattr_unlink), SMB_VFS_OP_UNLINK, SMB_VFS_LAYER_TRANSPARENT}, {SMB_VFS_OP(streams_xattr_rename), SMB_VFS_OP_RENAME, |