mirror of
https://github.com/samba-team/samba.git
synced 2025-03-23 06:50:21 +03:00
fix LSA-PRIVILEGES
This commit is contained in:
parent
3c9b262760
commit
0d9fdbceed
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user