From 0d0141893ea91f3d1e67257f94a0327f8b7c56a9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 5 Jan 2012 09:23:42 +0100 Subject: s3: Add a test excercising the share mode cleanup routine --- source3/torture/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/torture/proto.h') diff --git a/source3/torture/proto.h b/source3/torture/proto.h index e971247c5c..19e7a72a70 100644 --- a/source3/torture/proto.h +++ b/source3/torture/proto.h @@ -101,5 +101,6 @@ bool run_smb2_multi_channel(int dummy); bool run_smb2_session_reauth(int dummy); bool run_local_conv_auth_info(int dummy); bool run_local_sprintf_append(int dummy); +bool run_cleanup1(int dummy); #endif /* __TORTURE_H__ */ -- cgit