From 14ee2cd938a963d5b3398eed4f21ff64630afdcd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 20 Nov 2012 14:13:16 +0100 Subject: s4:torture/rpc/handles: move a torture_comment() Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source4/torture/rpc/handles.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source4') 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, -- cgit