From 2e1e446ba3f9fd177a29876a9d7173d11b334f40 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 5 Mar 2010 13:02:16 +1100 Subject: s4-torture: fixed commas separating C statements --- source4/torture/rpc/handles.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'source4/torture/rpc/handles.c') diff --git a/source4/torture/rpc/handles.c b/source4/torture/rpc/handles.c index bbd0415544..fa42a6ad8f 100644 --- a/source4/torture/rpc/handles.c +++ b/source4/torture/rpc/handles.c @@ -120,7 +120,7 @@ static bool test_handles_lsa_shared(struct torture_context *torture) status = torture_rpc_connection(torture, &p1, &ndr_table_lsarpc); torture_assert_ntstatus_ok(torture, status, "opening lsa pipe1"); - transport = p1->conn->transport.transport, + transport = p1->conn->transport.transport; assoc_group_id = p1->assoc_group_id; torture_comment(torture, "use assoc_group_id[0x%08X] for new connections\n", assoc_group_id); @@ -402,7 +402,7 @@ static bool test_handles_mixed_shared(struct torture_context *torture) status = torture_rpc_connection(torture, &p1, &ndr_table_samr); torture_assert_ntstatus_ok(torture, status, "opening samr pipe1"); - transport = p1->conn->transport.transport, + transport = p1->conn->transport.transport; assoc_group_id = p1->assoc_group_id; torture_comment(torture, "use assoc_group_id[0x%08X] for new connections\n", assoc_group_id); @@ -490,7 +490,7 @@ 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"); - transport = p1->conn->transport.transport, + 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); @@ -570,7 +570,6 @@ static bool test_handles_drsuapi(struct torture_context *torture) return true; } - struct torture_suite *torture_rpc_handles(TALLOC_CTX *mem_ctx) { struct torture_suite *suite; -- cgit