mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +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> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Fri Apr 29 15:50:21 UTC 2022 on sn-devel-184
This commit is contained in:
parent
bb329d4de5
commit
fe7daae8c4
@ -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 (fsp_is_alternate_stream(fsp)) {
|
||||
/*
|
||||
* We do not support durable handles
|
||||
|
Loading…
x
Reference in New Issue
Block a user