From 0b4da9d7e069a5e32d9706ee12cde7fe7625270d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 3 Feb 2004 14:56:07 +0000 Subject: - add 'print' to the DCERPC binding strings e.g. ncacn_np:myserver:[samr,sign,print] will now enable the packet debugging and the debugging is not bound anymore to the debuglevel >= 2 in the torture tests - also the dcesrv_remote module now supports debugging of the packets use the 'dcerpc_remote:binding' smb.conf parameter. metze (This used to be commit 40abf3c584efed7f977ddd688ea064540e5a5b13) --- source4/torture/rpc/atsvc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/torture/rpc/atsvc.c') diff --git a/source4/torture/rpc/atsvc.c b/source4/torture/rpc/atsvc.c index 7d0ac42fa4..bd605d7c4f 100644 --- a/source4/torture/rpc/atsvc.c +++ b/source4/torture/rpc/atsvc.c @@ -148,8 +148,6 @@ BOOL torture_rpc_atsvc(int dummy) if (!NT_STATUS_IS_OK(status)) { return False; } - - p->flags |= DCERPC_DEBUG_PRINT_BOTH; if (!test_JobEnum(p, mem_ctx)) { return False; -- cgit