From: Andrew Bartlett Date: Tue, 14 Jun 2016 07:55:44 +0000 (+1200) Subject: selftest: Remove print attribute from getnc_exop test X-Git-Tag: tdb-1.3.10~834 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=7f651d344b8a293c510885d3ddc2c303e397c03e selftest: Remove print attribute from getnc_exop test This otherwise fills the logs with every object Signed-off-by: Andrew Bartlett Reviewed-by: Garming Sam --- diff --git a/source4/torture/drs/python/getnc_exop.py b/source4/torture/drs/python/getnc_exop.py index e15136d66f4..39875f45112 100644 --- a/source4/torture/drs/python/getnc_exop.py +++ b/source4/torture/drs/python/getnc_exop.py @@ -77,7 +77,7 @@ class DrsReplicaSyncTestCase(drs_base.DrsBaseTestCase): return req8 def _ds_bind(self, server_name): - binding_str = "ncacn_ip_tcp:%s[print,seal]" % server_name + binding_str = "ncacn_ip_tcp:%s[seal]" % server_name drs = drsuapi.drsuapi(binding_str, self.get_loadparm(), self.get_credentials()) (drs_handle, supported_extensions) = drs_DsBind(drs)