From: Andrew Tridgell Date: Fri, 5 Mar 2010 02:02:16 +0000 (+1100) Subject: s4-torture: fixed commas separating C statements X-Git-Tag: samba-3.6.0pre1~4779 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e1e446ba3f9fd177a29876a9d7173d11b334f40;p=thirdparty%2Fsamba.git s4-torture: fixed commas separating C statements --- diff --git a/source4/torture/rpc/handles.c b/source4/torture/rpc/handles.c index bbd0415544a..fa42a6ad8ff 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;