r5999: ups, remove the testvalue that I used against my w2k3 server
authorStefan Metzmacher <metze@samba.org>
Wed, 23 Mar 2005 18:55:12 +0000 (18:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:14 +0000 (13:11 -0500)
metze

source/torture/rpc/drsuapi.c

index 8b1cccd1e0c23508255ed4a03a651b08fdb5c0b4..e657cff3fe520da9597f12c3a55d8671e0e3cd92 100644 (file)
@@ -919,7 +919,7 @@ static BOOL test_DsGetNCChanges(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
                        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;