s4-torture: add some debug info to RPC-HANDLES
authorAndrew Tridgell <tridge@samba.org>
Tue, 22 Sep 2009 07:18:25 +0000 (00:18 -0700)
committerAndrew Tridgell <tridge@samba.org>
Wed, 23 Sep 2009 00:10:05 +0000 (17:10 -0700)
source4/torture/rpc/handles.c

index 553025276d73b3d19f9a6dc0241716aa35ef2b93..caca6b9e0a1e9dfda6978653091559eb17490095 100644 (file)
@@ -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;