From 4875a12ab840c413b68040503333ca2ecd78db98 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 2 May 2012 21:16:01 +0300 Subject: Avoid using Heimdal-specific tests in MIT build --- source4/torture/rpc/rpc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/rpc') diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c index 41668e00a3..f33ba792e2 100644 --- a/source4/torture/rpc/rpc.c +++ b/source4/torture/rpc/rpc.c @@ -526,7 +526,9 @@ NTSTATUS torture_rpc_init(void) torture_suite_add_simple_test(suite, "asyncbind", torture_async_bind); torture_suite_add_suite(suite, torture_rpc_ntsvcs(suite)); torture_suite_add_suite(suite, torture_rpc_bind(suite)); +#ifdef SAMBA4_USES_HEIMDAL /* Add Heimdal-specific KDC test */ torture_suite_add_suite(suite, torture_rpc_backupkey(suite)); +#endif suite->description = talloc_strdup(suite, "DCE/RPC protocol and interface tests"); -- cgit