MSG_DEBUG now forwarded to all the winbindd children by parent.
authorDarshan Purandare <dpurandare@isilon.com>
Tue, 1 Jul 2008 18:37:13 +0000 (11:37 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 2 Jul 2008 00:52:24 +0000 (17:52 -0700)
commit065760ede0b4d785adf8a5dcdd9237a494b4876a
treeff3141f61b9674c1273858fce45f8947de07de91
parent570d5ecdbd0614fb0633410e47da4a4083ab1636
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/include/proto.h
source3/lib/debug.c
source3/winbindd/winbindd.c
source3/winbindd/winbindd_dual.c
source3/winbindd/winbindd_proto.h