Fix ndrdump to use a common setup_logging() API
authorAndrew Bartlett <abartlet@samba.org>
Mon, 29 Jun 2009 10:12:23 +0000 (20:12 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 29 Jun 2009 10:12:23 +0000 (20:12 +1000)
commit6e92505080fd6764461563e4fdf1172be1ba2963
tree89bf7e112f34eee9c9810b4b3d1995628474915b
parent0e95b807b9ff7dee9d53d7294011c6e8cd82fe0e
Fix ndrdump to use a common setup_logging() API

By adding a new common setup_logging_stdout() API, we no longer need to abuse the ABI compatability between the different setup_logging() calls in Samba3 and Samba4's DEBUG() subsystems.

The revert of 49a6d757b4d944cd22c91b2838beb83f04fbe1e9 works with this
to fix bug 6211.

Andrew Bartlett
lib/util/debug.c
lib/util/debug.h
librpc/tools/ndrdump.c
source3/include/proto.h
source3/lib/debug.c