The Samba-Bugzilla – Attachment 12780 Details for
Bug 12396
smbd_cleanupd_process_exited: got 0 cleanup events, expected at least 1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 4.5 cherry-picked from master
v45-bug12396.patch (text/plain), 1.09 KB, created by
Ralph Böhme
on 2016-12-29 12:17:27 UTC
(
hide
)
Description:
Patch for 4.5 cherry-picked from master
Filename:
MIME Type:
Creator:
Ralph Böhme
Created:
2016-12-29 12:17:27 UTC
Size:
1.09 KB
patch
obsolete
>From 89d187005fa635b34ebc7589fbb874d24c45b996 Mon Sep 17 00:00:00 2001 >From: Ralph Boehme <slow@samba.org> >Date: Fri, 16 Sep 2016 12:48:39 +0200 >Subject: [PATCH] s3/smbd: remove a misleading error message >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >It can happen that we get 0 cleanup events, so remove this error >message. > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=12396 > >Signed-off-by: Ralph Boehme <slow@samba.org> >Reviewed-by: Andreas Schneider <asn@samba.org> > >Autobuild-User(master): Ralph Böhme <slow@samba.org> >Autobuild-Date(master): Fri Sep 16 16:43:16 CEST 2016 on sn-devel-144 >--- > source3/smbd/smbd_cleanupd.c | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/source3/smbd/smbd_cleanupd.c b/source3/smbd/smbd_cleanupd.c >index 0deb8b0..152f63c 100644 >--- a/source3/smbd/smbd_cleanupd.c >+++ b/source3/smbd/smbd_cleanupd.c >@@ -169,7 +169,6 @@ static void smbd_cleanupd_process_exited(struct messaging_context *msg, > } > > if (ret == 0) { >- DBG_ERR("got 0 cleanup events, expected at least 1\n"); > TALLOC_FREE(frame); > return; > } >-- >2.7.4 >
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:
asn
:
review+
Actions:
View
Attachments on
bug 12396
: 12780