From: Christof Schmitt Date: Wed, 8 Jul 2015 22:14:54 +0000 (-0700) Subject: rpcclient: Set internal log level to 0 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=3d920b952552fd3f018231fd61b7b585fb8f4601;p=metze%2Fsamba%2Fwip.git rpcclient: Set internal log level to 0 Signed-off-by: Christof Schmitt Reviewed-by: Jeremy Allison --- diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 4908518b26f9..b4108d99a514 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -928,6 +928,7 @@ out_free: /* the following functions are part of the Samba debugging facilities. See lib/debug.c */ setup_logging("rpcclient", DEBUG_STDOUT); + lp_set_cmdline("log level", "0"); rpcclient_auth_info = user_auth_info_init(frame); if (rpcclient_auth_info == NULL) {