mirror of
https://github.com/samba-team/samba.git
synced 2025-10-29 04:23:51 +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_numasync=100;
|
||||
|
||||
struct torture_suite *torture_root;
|
||||
struct torture_suite *torture_root = NULL;
|
||||
|
||||
bool torture_register_suite(struct torture_suite *suite)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user