summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/handles.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/torture/rpc/handles.c b/source4/torture/rpc/handles.c
index 6b51eb5ab4..9dfa1c0238 100644
--- a/source4/torture/rpc/handles.c
+++ b/source4/torture/rpc/handles.c
@@ -504,11 +504,12 @@ static bool test_handles_random_assoc(struct torture_context *torture)
status = torture_rpc_connection(torture, &p1, &ndr_table_samr);
torture_assert_ntstatus_ok(torture, status, "opening samr pipe1");
+ torture_comment(torture, "pipe1 uses assoc_group_id[0x%08X]\n",
+ p1->assoc_group_id);
+
transport = p1->conn->transport.transport;
assoc_group_id = p1->assoc_group_id;
- torture_comment(torture, "pipe1 uses assoc_group_id[0x%08X]\n", assoc_group_id);
-
torture_comment(torture, "connect samr pipe2 with assoc_group_id[0x%08X]- should fail\n", ++assoc_group_id);
status = torture_rpc_connection_transport(torture, &p2, &ndr_table_samr,
transport,