The Samba-Bugzilla – Attachment 4348 Details for
Bug 6506
SMBD server doesn't set EAs when a file is overwritten in NT_TRANSACT_CREATE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
PAtch for master
look (text/plain), 483 bytes, created by
Jeremy Allison
on 2009-06-24 20:02:37 UTC
(
hide
)
Description:
PAtch for master
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2009-06-24 20:02:37 UTC
Size:
483 bytes
patch
obsolete
>diff --git a/source3/smbd/open.c b/source3/smbd/open.c >index 72370c8..19d20de 100644 >--- a/source3/smbd/open.c >+++ b/source3/smbd/open.c >@@ -3223,7 +3223,8 @@ static NTSTATUS create_file_unixpath(connection_struct *conn, > } > } > >- if ((ea_list != NULL) && (info == FILE_WAS_CREATED)) { >+ if ((ea_list != NULL) && >+ ((info == FILE_WAS_CREATED) || (info == FILE_WAS_OVERWRITTEN))) { > status = set_ea(conn, fsp, fname, ea_list); > if (!NT_STATUS_IS_OK(status)) { > goto fail;
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 6506
: 4348