mirror of
https://github.com/samba-team/samba.git
synced 2025-11-06 08:23:50 +03:00
r24852: Fix initialization
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
76a713b678
commit
1e56698f1b
@@ -32,7 +32,7 @@ _PUBLIC_ int torture_failures=1;
|
|||||||
_PUBLIC_ int torture_seed=0;
|
_PUBLIC_ int torture_seed=0;
|
||||||
_PUBLIC_ int torture_numasync=100;
|
_PUBLIC_ int torture_numasync=100;
|
||||||
|
|
||||||
struct torture_suite *torture_root;
|
struct torture_suite *torture_root = NULL;
|
||||||
|
|
||||||
bool torture_register_suite(struct torture_suite *suite)
|
bool torture_register_suite(struct torture_suite *suite)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user