rpcclient: Set internal log level to 0
authorChristof Schmitt <cs@samba.org>
Wed, 8 Jul 2015 22:14:54 +0000 (15:14 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 10 Jul 2015 04:33:07 +0000 (06:33 +0200)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpcclient/rpcclient.c

index 4908518b26f98d5cd0a113e536f4b6c664ed201e..b4108d99a514ed883351468ab47a0d74cf428694 100644 (file)
@@ -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) {