lib/util: fix the default code path for debug_set_settings()
commit293e2fcacb298f3f3342e87987bf6ebd4ddad9c8
authorStefan Metzmacher <metze@samba.org>
Wed, 25 Mar 2015 10:56:57 +0000 (25 10:56 +0000)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Mar 2015 11:24:14 +0000 (25 12:24 +0100)
tree7fb2cce110f3e17d9f2b588779805d8f003278ae
parent59633070e18109fc33b76bbb29dcd8c41dc40383
lib/util: fix the default code path for debug_set_settings()

logging_param is typically "" instead of NULL!

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/util/debug.c