From f03fdddd8872cdf25e0cd43bd9f2dd96ee2c90dc Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 31 Aug 2007 19:06:30 +0000 Subject: r24852: Fix initialization (This used to be commit 1e56698f1bac30a1d6b7558df41e85db3d2571db) --- source4/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 803e0c6bd7..aa3dc14d55 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -32,7 +32,7 @@ _PUBLIC_ int torture_failures=1; _PUBLIC_ int torture_seed=0; _PUBLIC_ int torture_numasync=100; -struct torture_suite *torture_root; +struct torture_suite *torture_root = NULL; bool torture_register_suite(struct torture_suite *suite) { -- cgit