summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-06-18 09:56:12 +0200
committerVolker Lendecke <vl@samba.org>2011-06-19 11:30:02 +0200
commit763941f2456f6c50581a1fa54aaba810a2b9efd1 (patch)
treec2dbb2e476d0807a7b803de937ccf37df322727a /source3/torture/torture.c
parent8e02b70767be0d1e86059b0ecb9bd555896b48fd (diff)
downloadsamba-763941f2456f6c50581a1fa54aaba810a2b9efd1.tar.gz
samba-763941f2456f6c50581a1fa54aaba810a2b9efd1.tar.bz2
samba-763941f2456f6c50581a1fa54aaba810a2b9efd1.zip
s3: Test nttrans_create
This is a test for the share security descriptor exception for nttrans_create
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r--source3/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
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 },