diff options
author | Volker Lendecke <vl@samba.org> | 2012-05-11 14:39:42 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-05-17 13:17:22 -0700 |
commit | e34b7306fc421741727f20275b9dd4878906ba05 (patch) | |
tree | 7ff708f7bfb15e11994b11ec34254a029a89f534 /source3/torture/torture.c | |
parent | 4e1656a78265efec3b56c3bf410d7d257b409821 (diff) | |
download | samba-e34b7306fc421741727f20275b9dd4878906ba05.tar.gz samba-e34b7306fc421741727f20275b9dd4878906ba05.tar.xz samba-e34b7306fc421741727f20275b9dd4878906ba05.zip |
s3: Test whether get_share_mode_lock cleans up stale processes
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r-- | source3/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 962d0e7967..ad30d3dceb 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -8916,6 +8916,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}, |