The Samba-Bugzilla – Attachment 17068 Details for
Bug 14938
NT error code is not set when overwriting a file during rename in libsmbclient
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-rename-operation-errno
0001-Fix-missing-raw-status-for-rename-operation.patch (text/plain), 804 bytes, created by
Paulo Vitor Magacho
on 2021-12-30 00:05:26 UTC
(
hide
)
Description:
patch-rename-operation-errno
Filename:
MIME Type:
Creator:
Paulo Vitor Magacho
Created:
2021-12-30 00:05:26 UTC
Size:
804 bytes
patch
obsolete
>From 15ddfe3fefe2592208f0157ac1c6f36266754818 Mon Sep 17 00:00:00 2001 >From: Paulo Vitor Magacho <pvmagacho@gmail.com> >Date: Wed, 29 Dec 2021 20:59:16 -0300 >Subject: [PATCH] Fix missing raw status for rename operation > >Signed-off-by: Paulo Vitor Magacho <pvmagacho@gmail.com> >--- > source3/libsmb/cli_smb2_fnum.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/source3/libsmb/cli_smb2_fnum.c b/source3/libsmb/cli_smb2_fnum.c >index f70639e41bd..a84447ef071 100644 >--- a/source3/libsmb/cli_smb2_fnum.c >+++ b/source3/libsmb/cli_smb2_fnum.c >@@ -3376,6 +3376,7 @@ NTSTATUS cli_smb2_rename_recv(struct tevent_req *req) > if (!tevent_req_is_nterror(req, &status)) { > status = state->rename_status; > } >+ state->cli->raw_status = state; > tevent_req_received(req); > return status; > } >-- >2.27.0.windows.1 >
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 14938
:
17068
|
17142