diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-22 00:18:25 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-22 17:10:05 -0700 |
commit | 430ee62e0c85c40df250ac42a3c35f22ddc70031 (patch) | |
tree | 3f4daf96cca7498b4891f4b6929444bd4a324fc4 /source4/torture | |
parent | 8a090265b700669ac9e1296bc3d808e8851945e6 (diff) | |
download | samba-430ee62e0c85c40df250ac42a3c35f22ddc70031.tar.gz samba-430ee62e0c85c40df250ac42a3c35f22ddc70031.tar.bz2 samba-430ee62e0c85c40df250ac42a3c35f22ddc70031.zip |
s4-torture: add some debug info to RPC-HANDLES
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/handles.c | 5 |
1 files changed, 5 insertions, 0 deletions
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; |