diff options
-rw-r--r-- | source4/torture/rpc/handles.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/handles.c b/source4/torture/rpc/handles.c index b99c267e56..f47789ae60 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, |