From 3d920b952552fd3f018231fd61b7b585fb8f4601 Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Wed, 8 Jul 2015 15:14:54 -0700 Subject: [PATCH] rpcclient: Set internal log level to 0 Signed-off-by: Christof Schmitt Reviewed-by: Jeremy Allison --- source3/rpcclient/rpcclient.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 4908518b26f..b4108d99a51 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) { -- 2.11.4.GIT