MSG_DEBUG now forwarded to all the winbindd children by parent.
commitf6d4f487332baf74acec8f50e31bcfea44775570
authorJeremy Allison <jra@samba.org>
Wed, 2 Jul 2008 01:00:51 +0000 (1 18:00 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 2 Jul 2008 01:00:51 +0000 (1 18:00 -0700)
tree580d664b28d8dbbb46d7a6725273abd0c7b82a7f
parent0108d32d1d9d7fd975df3ec7d1f1c830f170503f
   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.

From Darshan Purandare <dpurandare@isilon.com> - had to patch separately
due to proto.h not being under git control in 3.2.x.
Jeremy.
source/lib/debug.c
source/winbindd/winbindd.c
source/winbindd/winbindd_dual.c