summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/drsuapi.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-03-23 18:55:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:14 -0500
commit220f82e57071fd8385efe9ab6f6677cddf07d373 (patch)
tree91a743ef583f9f296d746ad748e6010ab34a16b8 /source4/torture/rpc/drsuapi.c
parent01ab1128cedfe3381ba579445e6714152e29add8 (diff)
downloadsamba-220f82e57071fd8385efe9ab6f6677cddf07d373.tar.gz
samba-220f82e57071fd8385efe9ab6f6677cddf07d373.tar.bz2
samba-220f82e57071fd8385efe9ab6f6677cddf07d373.zip
r5999: ups, remove the testvalue that I used against my w2k3 server
metze (This used to be commit 3d3e09af16c4f9a6bc8f6ae615f744a04f352ed0)
Diffstat (limited to 'source4/torture/rpc/drsuapi.c')
-rw-r--r--source4/torture/rpc/drsuapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/drsuapi.c b/source4/torture/rpc/drsuapi.c
index 8b1cccd1e0..e657cff3fe 100644
--- a/source4/torture/rpc/drsuapi.c
+++ b/source4/torture/rpc/drsuapi.c
@@ -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;