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

metze at samba.org metze at samba.org
Thu Feb 8 09:10:59 GMT 2007


Author: metze
Date: 2007-02-08 09:10:59 +0000 (Thu, 08 Feb 2007)
New Revision: 21235

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

Log:
fix crash bug

metze
Modified:
   branches/SAMBA_4_0/source/torture/rpc/dssync.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/dssync.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/dssync.c	2007-02-08 03:01:47 UTC (rev 21234)
+++ branches/SAMBA_4_0/source/torture/rpc/dssync.c	2007-02-08 09:10:59 UTC (rev 21235)
@@ -485,7 +485,9 @@
 		
 		printf("Dumping AD partition: %s\n", nc.dn);
 		for (y=0; ;y++) {
+			int32_t _level = 0;
 			ZERO_STRUCT(r.out);
+			r.out.level = &_level;
 
 			if (*r.in.level == 5) {
 				DEBUG(0,("start[%d] tmp_higest_usn: %llu , highest_usn: %llu\n",y,



More information about the samba-cvs mailing list