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

metze at samba.org metze at samba.org
Wed Mar 23 18:55:13 GMT 2005


Author: metze
Date: 2005-03-23 18:55:12 +0000 (Wed, 23 Mar 2005)
New Revision: 5999

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

Log:
ups, remove the testvalue that I used against my w2k3 server

metze

Modified:
   branches/SAMBA_4_0/source/torture/rpc/drsuapi.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/drsuapi.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/drsuapi.c	2005-03-23 18:54:06 UTC (rev 5998)
+++ branches/SAMBA_4_0/source/torture/rpc/drsuapi.c	2005-03-23 18:55:12 UTC (rev 5999)
@@ -919,7 +919,7 @@
 			r.in.req.req5.destination_dsa_guid		= GUID_random();
 			r.in.req.req5.source_dsa_guid			= null_guid;
 			r.in.req.req5.naming_context			= &nc;
-			r.in.req.req5.highwatermark.tmp_highest_usn	= 167997;
+			r.in.req.req5.highwatermark.tmp_highest_usn	= 0;
 			r.in.req.req5.highwatermark.reserved_usn	= 0;
 			r.in.req.req5.highwatermark.highest_usn		= 0;
 			r.in.req.req5.uptodateness_vector		= NULL;



More information about the samba-cvs mailing list