diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-03-23 19:24:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:14 -0500 |
commit | 3ec2c008b83b71b9f7aa7e7bd33a94c9af39dbe9 (patch) | |
tree | e85d6366117191393823f8d0470c968be2ea70ec /source4/torture/rpc | |
parent | 220f82e57071fd8385efe9ab6f6677cddf07d373 (diff) | |
download | samba-3ec2c008b83b71b9f7aa7e7bd33a94c9af39dbe9.tar.gz samba-3ec2c008b83b71b9f7aa7e7bd33a94c9af39dbe9.tar.bz2 samba-3ec2c008b83b71b9f7aa7e7bd33a94c9af39dbe9.zip |
r6000: add some notes about the cases where compression (or what ever this is)
is used, in the reply.
metze
(This used to be commit 618dadb7ef092af0f2c13c2e67874041f54f4e98)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/drsuapi.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/torture/rpc/drsuapi.c b/source4/torture/rpc/drsuapi.c index e657cff3fe..f1d7e04b29 100644 --- a/source4/torture/rpc/drsuapi.c +++ b/source4/torture/rpc/drsuapi.c @@ -923,7 +923,11 @@ static BOOL test_DsGetNCChanges(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, r.in.req.req5.highwatermark.reserved_usn = 0; r.in.req.req5.highwatermark.highest_usn = 0; r.in.req.req5.uptodateness_vector = NULL; - r.in.req.req5.replica_flags = 0; + r.in.req.req5.replica_flags = 0 +#if 0 + | DRSUAPI_DS_REPLICA_NEIGHBOUR_COMPRESS_CHANGES +#endif + ; r.in.req.req5.unknown2 = 0; r.in.req.req5.unknown3 = 0; r.in.req.req5.unknown4 = 0; |