From ade8477f98fcffcc6e3c5ea31618b49d0c1bba95 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 1 Sep 2013 18:54:59 +0200 Subject: torture3: Trigger a nasty cleanup bug in smbd Signed-off-by: Volker Lendecke Reviewed-by: Michael Adam Autobuild-User(master): Michael Adam Autobuild-Date(master): Tue Sep 3 19:13:14 CEST 2013 on sn-devel-104 --- 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 359baa9cb4..2d1a107b34 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -9554,6 +9554,7 @@ static struct { { "CLEANUP1", run_cleanup1 }, { "CLEANUP2", run_cleanup2 }, { "CLEANUP3", run_cleanup3 }, + { "CLEANUP4", run_cleanup4 }, { "LOCAL-SUBSTITUTE", run_local_substitute, 0}, { "LOCAL-GENCACHE", run_local_gencache, 0}, { "LOCAL-TALLOC-DICT", run_local_talloc_dict, 0}, -- cgit