diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-08-31 19:06:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:03:20 -0500 |
commit | f03fdddd8872cdf25e0cd43bd9f2dd96ee2c90dc (patch) | |
tree | 63f4eb855d75cd0d43e607ea2710efc41d581f98 | |
parent | 275a8c918321d3c94aba912b6f126b470faf44aa (diff) | |
download | samba-f03fdddd8872cdf25e0cd43bd9f2dd96ee2c90dc.tar.gz samba-f03fdddd8872cdf25e0cd43bd9f2dd96ee2c90dc.tar.bz2 samba-f03fdddd8872cdf25e0cd43bd9f2dd96ee2c90dc.zip |
r24852: Fix initialization
(This used to be commit 1e56698f1bac30a1d6b7558df41e85db3d2571db)
-rw-r--r-- | source4/torture/torture.c | 2 |
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) { |