From 8040bc608a93c4a78064acf55586d6605377f23e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 22 May 2010 12:40:13 -0400 Subject: [PATCH] torture: fix typos --- source4/torture/rpc/handles.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/torture/rpc/handles.c b/source4/torture/rpc/handles.c index b99c267e56b..f47789ae604 100644 --- a/source4/torture/rpc/handles.c +++ b/source4/torture/rpc/handles.c @@ -363,7 +363,7 @@ static bool test_handles_samr(struct torture_context *torture) b1 = p1->binding_handle; status = torture_rpc_connection(torture, &p2, &ndr_table_samr); - torture_assert_ntstatus_ok(torture, status, "opening samr pipe1"); + torture_assert_ntstatus_ok(torture, status, "opening samr pipe2"); b2 = p2->binding_handle; r.in.system_name = 0; @@ -507,7 +507,7 @@ static bool test_handles_random_assoc(struct torture_context *torture) transport = p1->conn->transport.transport; assoc_group_id = p1->assoc_group_id; - torture_comment(torture, "pip1 use assoc_group_id[0x%08X]\n", 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, -- 2.11.4.GIT