The Samba-Bugzilla – Attachment 11573 Details for
Bug 11589
When Create File request returns NT_STATUS_EAS_NOT_SUPPORTED a zero length file is left behind
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Workaround/patch
createfile-eas-not-supported.patch (text/plain), 494 bytes, created by
John Mulligan
on 2015-11-03 20:08:06 UTC
(
hide
)
Description:
Workaround/patch
Filename:
MIME Type:
Creator:
John Mulligan
Created:
2015-11-03 20:08:06 UTC
Size:
494 bytes
patch
obsolete
>diff --git a/source3/smbd/open.c b/source3/smbd/open.c >index ebf7b97..ddf7702 100644 >--- a/source3/smbd/open.c >+++ b/source3/smbd/open.c >@@ -4460,6 +4460,11 @@ static NTSTATUS create_file_unixpath(connection_struct *conn, > oplock_request |= INTERNAL_OPEN_ONLY; > } > >+ if ((ea_list != NULL) && !lp_ea_support(SNUM(conn))) { >+ status = NT_STATUS_EAS_NOT_SUPPORTED; >+ goto fail; >+ } >+ > if (lease != NULL) { > uint16_t epoch = lease->lease_epoch; > uint16_t version = lease->lease_version;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 11589
:
11572
|
11573
|
11578