summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-05-11 14:39:42 +0200
committerJeremy Allison <jra@samba.org>2012-05-25 09:19:39 -0700
commit68d03f2ef587d32e1c80e51716b032c8c307ad1e (patch)
tree3a680fa37cfcd1fc3bbab228e677863ec186c1b1 /source3/torture/torture.c
parent58dff077d994b66591f5c208112027959336b178 (diff)
downloadsamba-68d03f2ef587d32e1c80e51716b032c8c307ad1e.tar.gz
samba-68d03f2ef587d32e1c80e51716b032c8c307ad1e.tar.bz2
samba-68d03f2ef587d32e1c80e51716b032c8c307ad1e.zip
s3: Test whether get_share_mode_lock cleans up stale processes
Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
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 83b06667bd..bee7667797 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -9019,6 +9019,7 @@ static struct {
{ "SMB2-SESSION-REAUTH", run_smb2_session_reauth },
{ "CLEANUP1", run_cleanup1 },
{ "CLEANUP2", run_cleanup2 },
+ { "CLEANUP3", run_cleanup3 },
{ "LOCAL-SUBSTITUTE", run_local_substitute, 0},
{ "LOCAL-GENCACHE", run_local_gencache, 0},
{ "LOCAL-TALLOC-DICT", run_local_talloc_dict, 0},