From 430ee62e0c85c40df250ac42a3c35f22ddc70031 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 22 Sep 2009 00:18:25 -0700 Subject: s4-torture: add some debug info to RPC-HANDLES --- source4/torture/rpc/handles.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/torture/rpc/handles.c') diff --git a/source4/torture/rpc/handles.c b/source4/torture/rpc/handles.c index 553025276d..caca6b9e0a 100644 --- a/source4/torture/rpc/handles.c +++ b/source4/torture/rpc/handles.c @@ -132,6 +132,9 @@ static bool test_handles_lsa_shared(struct torture_context *torture) assoc_group_id); torture_assert_ntstatus_ok(torture, status, "opening lsa pipe2"); + torture_comment(torture, "got assoc_group_id[0x%08X] for p2\n", + p2->assoc_group_id); + qos.len = 0; qos.impersonation_level = 2; qos.context_mode = 1; @@ -411,6 +414,8 @@ static bool test_handles_mixed_shared(struct torture_context *torture) assoc_group_id); torture_assert_ntstatus_ok(torture, status, "opening lsa pipe2"); + torture_comment(torture, "got assoc_group_id[0x%08X] for p2\n", + p2->assoc_group_id); r.in.system_name = 0; r.in.access_mask = SEC_FLAG_MAXIMUM_ALLOWED; r.out.connect_handle = &handle; -- cgit