diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-12-12 23:48:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:29:15 -0500 |
commit | 5cc44027dc34812153831bd559e8fb7205d09328 (patch) | |
tree | 08e05dd6bc76febb759b3ad0720c5f76625b8c51 | |
parent | 25e468e83ff62be6d018bb7e887d5bd6536d354a (diff) | |
download | samba-5cc44027dc34812153831bd559e8fb7205d09328.tar.gz samba-5cc44027dc34812153831bd559e8fb7205d09328.tar.bz2 samba-5cc44027dc34812153831bd559e8fb7205d09328.zip |
r20145: fix whitespaces
metze
(This used to be commit d2d9842914bb049189f9349ff96b32c088cd02a8)
-rw-r--r-- | source4/torture/rpc/rpc.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c index abdef82141..fb304ce20a 100644 --- a/source4/torture/rpc/rpc.c +++ b/source4/torture/rpc/rpc.c @@ -156,9 +156,8 @@ _PUBLIC_ struct torture_test *torture_rpc_tcase_add_test( NTSTATUS torture_rpc_init(void) { - struct torture_suite *suite = torture_suite_create( - talloc_autofree_context(), - "RPC"); + struct torture_suite *suite = torture_suite_create(talloc_autofree_context(), "RPC"); + dcerpc_init(); dcerpc_table_init(); @@ -216,8 +215,7 @@ NTSTATUS torture_rpc_init(void) torture_suite_add_simple_test(suite, "BENCH-RPC", torture_bench_rpc); torture_suite_add_simple_test(suite, "ASYNCBIND", torture_async_bind); - suite->description = talloc_strdup(suite, - "DCE/RPC protocol and interface tests"); + suite->description = talloc_strdup(suite, "DCE/RPC protocol and interface tests"); torture_register_suite(suite); |