From 7f651d344b8a293c510885d3ddc2c303e397c03e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 14 Jun 2016 19:55:44 +1200 Subject: [PATCH] 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 --- source4/torture/drs/python/getnc_exop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1