r24852: Fix initialization
authorJelmer Vernooij <jelmer@samba.org>
Fri, 31 Aug 2007 19:06:30 +0000 (19:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:03:20 +0000 (15:03 -0500)
source/torture/torture.c

index 803e0c6bd7868e711c680377da97519797cd7cba..aa3dc14d55869bf291a110135d8208b5e5b9692e 100644 (file)
@@ -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)
 {