From c692456f240d443e7bf76a82c9ca2089fa496deb Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 26 Jun 2006 11:33:37 +0000 Subject: r16518: Split up torture_util.c in smb and non-smb specific parts. Add torture_temp_dir() function, with test. (This used to be commit c9d287dc0e3f8fc4e8399cd5095ef38f2b9f40c6) --- source4/torture/local/local.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/local/local.c') diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 8f95cec4d5..cd1065325a 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -41,6 +41,7 @@ torture_local_sddl, torture_local_ndr, torture_local_event, + torture_local_torture, NULL }; -- cgit