diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-11-20 14:13:16 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-11-20 17:37:19 +0100 |
commit | 14ee2cd938a963d5b3398eed4f21ff64630afdcd (patch) | |
tree | 62fd6897fc149cb3e8b7f502e60117b2d7e345c5 | |
parent | 4fb0b61ad8fd45a7eff7756d43ce646ed051ee1a (diff) | |
download | samba-14ee2cd938a963d5b3398eed4f21ff64630afdcd.tar.gz samba-14ee2cd938a963d5b3398eed4f21ff64630afdcd.tar.bz2 samba-14ee2cd938a963d5b3398eed4f21ff64630afdcd.zip |
s4:torture/rpc/handles: move a torture_comment()
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
-rw-r--r-- | source4/torture/rpc/handles.c | 5 |
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, |