mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3: smbd: Allow a durable handle on a leased stat-open.
Remove knownfail.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15042
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(back-ported from commit fe7daae8c4
)
Autobuild-User(v4-16-test): Jule Anger <janger@samba.org>
Autobuild-Date(v4-16-test): Mon May 9 08:18:05 UTC 2022 on sn-devel-184
This commit is contained in:
parent
c7e2b4c3e9
commit
25b7144283
@ -1 +0,0 @@
|
||||
^samba3.smb2.durable-open.stat-open\(nt4_dc\)
|
@ -75,10 +75,6 @@ NTSTATUS vfs_default_durable_cookie(struct files_struct *fsp,
|
||||
return NT_STATUS_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
if (fsp_get_io_fd(fsp) == -1) {
|
||||
return NT_STATUS_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
if (is_ntfs_stream_smb_fname(fsp->fsp_name)) {
|
||||
/*
|
||||
* We do not support durable handles
|
||||
|
Loading…
Reference in New Issue
Block a user