The Samba-Bugzilla – Attachment 15663 Details for
Bug 14211
4b05fe7ca73dae308 needs backporting to 4.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
patch.txt (text/plain), 1.14 KB, created by
Volker Lendecke
on 2019-12-03 14:05:10 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2019-12-03 14:05:10 UTC
Size:
1.14 KB
patch
obsolete
>From cfcffc59ef05008602de622e8140bce286fed31a Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Tue, 9 Jul 2019 20:04:03 +0200 >Subject: [PATCH] smbd: Increase a debug level > >This is not a real error, it happens when the share mode record is not >around. > >Bug: https://bugzilla.samba.org/show_bug.cgi?id=14211 >Signed-off-by: Volker Lendecke <vl@samba.org> >Reviewed-by: Uri Simchoni <uri@samba.org> >(cherry picked from commit 4b05fe7ca73dae30807680f0e0401340bfb2c738) >--- > source3/locking/share_mode_lock.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/source3/locking/share_mode_lock.c b/source3/locking/share_mode_lock.c >index 372e188c1c0..c70041ecf62 100644 >--- a/source3/locking/share_mode_lock.c >+++ b/source3/locking/share_mode_lock.c >@@ -593,8 +593,8 @@ struct share_mode_lock *get_share_mode_lock( > smb_fname, > old_write_time); > if (!NT_STATUS_IS_OK(status)) { >- DBG_WARNING("get_static_share_mode_data failed: %s\n", >- nt_errstr(status)); >+ DBG_DEBUG("get_static_share_mode_data failed: %s\n", >+ nt_errstr(status)); > TALLOC_FREE(static_share_mode_record); > goto fail; > } >-- >2.20.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
Flags:
slow
:
review+
Actions:
View
Attachments on
bug 14211
: 15663