summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_streams_depot.c
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-07-06 15:26:57 -0700
committerTim Prouty <tprouty@samba.org>2009-07-06 15:38:47 -0700
commit431e63cd8bfff6f67b6e6595ee5a054877709c0d (patch)
treea7b680971e2b9a74e6ab065a5742b158bb895ccc /source3/modules/vfs_streams_depot.c
parent38b081f852db83cf3c2cce41b564449070be4be2 (diff)
downloadsamba-431e63cd8bfff6f67b6e6595ee5a054877709c0d.tar.gz
samba-431e63cd8bfff6f67b6e6595ee5a054877709c0d.tar.bz2
samba-431e63cd8bfff6f67b6e6595ee5a054877709c0d.zip
s3: Update streaminfo implementations now that only base names are passed through the vfs
Diffstat (limited to 'source3/modules/vfs_streams_depot.c')
-rw-r--r--source3/modules/vfs_streams_depot.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/modules/vfs_streams_depot.c b/source3/modules/vfs_streams_depot.c
index dca18e0953..ba3b180244 100644
--- a/source3/modules/vfs_streams_depot.c
+++ b/source3/modules/vfs_streams_depot.c
@@ -819,15 +819,9 @@ static NTSTATUS streams_depot_streaminfo(vfs_handle_struct *handle,
}
if ((fsp != NULL) && (fsp->fh->fd != -1)) {
- if (is_ntfs_stream_name(fsp->fsp_name)) {
- return NT_STATUS_INVALID_PARAMETER;
- }
ret = SMB_VFS_NEXT_FSTAT(handle, fsp, &smb_fname_base->st);
}
else {
- if (is_ntfs_stream_name(fname)) {
- return NT_STATUS_INVALID_PARAMETER;
- }
if (lp_posix_pathnames()) {
ret = SMB_VFS_NEXT_LSTAT(handle, smb_fname_base);
} else {