svn commit: samba r24852 - in branches/SAMBA_4_0: . source/torture

jelmer at samba.org jelmer at samba.org
Fri Aug 31 19:06:34 GMT 2007


Author: jelmer
Date: 2007-08-31 19:06:30 +0000 (Fri, 31 Aug 2007)
New Revision: 24852

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24852

Log:
Fix initialization
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/torture/torture.c


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/torture/torture.c
===================================================================
--- branches/SAMBA_4_0/source/torture/torture.c	2007-08-31 18:35:30 UTC (rev 24851)
+++ branches/SAMBA_4_0/source/torture/torture.c	2007-08-31 19:06:30 UTC (rev 24852)
@@ -32,7 +32,7 @@
 _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)
 {



More information about the samba-cvs mailing list