From 065760ede0b4d785adf8a5dcdd9237a494b4876a Mon Sep 17 00:00:00 2001 From: Darshan Purandare Date: Tue, 1 Jul 2008 11:37:13 -0700 Subject: MSG_DEBUG now forwarded to all the winbindd children by parent. smbcontrol winbindd debug level would only set the debug level of the parent winbindd process and not the child processes. This patch adds the functionality of broadcasting the debug message to all winbindd children. Now the debug level message is propagated to all the winbindd processes that includes parent and children. (This used to be commit cfbcfc3ffe74f28ec874a6bf1ab93f55f405b6e6) --- source3/lib/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/debug.c') diff --git a/source3/lib/debug.c b/source3/lib/debug.c index a76a8dbf53..2ded6bdc33 100644 --- a/source3/lib/debug.c +++ b/source3/lib/debug.c @@ -476,7 +476,7 @@ bool debug_parse_levels(const char *params_str) Receive a "set debug level" message. ****************************************************************************/ -static void debug_message(struct messaging_context *msg_ctx, +void debug_message(struct messaging_context *msg_ctx, void *private_data, uint32_t msg_type, struct server_id src, -- cgit