From 55f465576c4602e74a6bc5c194adb27231c520f8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 14 Sep 2010 17:27:55 +0200 Subject: s4-smbtorture: add LOCAL-NDR-NTLMSSP. Guenther --- source4/torture/ndr/ndr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/ndr/ndr.c') diff --git a/source4/torture/ndr/ndr.c b/source4/torture/ndr/ndr.c index e13cb94bbd..8c2e7f8e45 100644 --- a/source4/torture/ndr/ndr.c +++ b/source4/torture/ndr/ndr.c @@ -353,6 +353,7 @@ struct torture_suite *torture_local_ndr(TALLOC_CTX *mem_ctx) torture_suite_add_suite(suite, ndr_samr_suite(suite)); torture_suite_add_suite(suite, ndr_drsblobs_suite(suite)); torture_suite_add_suite(suite, ndr_nbt_suite(suite)); + torture_suite_add_suite(suite, ndr_ntlmssp_suite(suite)); torture_suite_add_simple_test(suite, "string terminator", test_check_string_terminator); -- cgit