[PATCH] Remove a wrong error message

Ralph Böhme slow at samba.org
Fri Sep 16 10:50:34 UTC 2016


Hi!

Attached is a simple patch to remove a wrong error message.

Please review & push if ok. Thanks!

Cheerio!
-slow
-------------- next part --------------
From cce1fe8a361a1c177642c7be3835c008f6cc59b2 Mon Sep 17 00:00:00 2001
From: Ralph Boehme <slow at samba.org>
Date: Fri, 16 Sep 2016 12:48:39 +0200
Subject: [PATCH] s3/smbd: remove a misleading error message

It can happen that we get 0 cleanup events, so remove this error
message.

Signed-off-by: Ralph Boehme <slow at samba.org>
---
 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



More information about the samba-technical mailing list