From 763941f2456f6c50581a1fa54aaba810a2b9efd1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 18 Jun 2011 09:56:12 +0200 Subject: s3: Test nttrans_create This is a test for the share security descriptor exception for nttrans_create --- source3/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/torture/torture.c') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 8512a0e47b..0731326cf9 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -8636,6 +8636,7 @@ static struct { { "CHAIN1", run_chain1, 0}, { "CHAIN2", run_chain2, 0}, { "WINDOWS-WRITE", run_windows_write, 0}, + { "NTTRANS-CREATE", run_nttrans_create, 0}, { "CLI_ECHO", run_cli_echo, 0}, { "GETADDRINFO", run_getaddrinfo_send, 0}, { "TLDAP", run_tldap }, -- cgit