From: Günther Deschner Date: Thu, 16 Jul 2009 09:07:14 +0000 (+0200) Subject: fix LSA-PRIVILEGES X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=0d9fdbceedddb08dbea8ed84e06a218d3ec562f4;p=kai%2Fsamba.git fix LSA-PRIVILEGES --- diff --git a/source4/torture/rpc/lsa.c b/source4/torture/rpc/lsa.c index c4eea4be4ac..b8b9ced660a 100644 --- a/source4/torture/rpc/lsa.c +++ b/source4/torture/rpc/lsa.c @@ -2842,8 +2842,9 @@ struct torture_suite *torture_rpc_lsa_privileges(TALLOC_CTX *mem_ctx) suite = torture_suite_create(mem_ctx, "LSA-PRIVILEGES"); - tcase = torture_suite_add_rpc_iface_tcase(suite, "lsa", - &ndr_table_lsarpc); + tcase = torture_suite_add_machine_workstation_rpc_iface_tcase(suite, "lsa", + &ndr_table_lsarpc, + TEST_MACHINENAME); torture_rpc_tcase_add_test(tcase, "Privileges", testcase_Privileges);