summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
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)
{