1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-13 17:44:21 +03:00

drsuapi.idl: correctly handle xpress compressed payload

metze

Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Stefan Metzmacher
2008-07-11 08:19:53 +00:00
parent ce12a91051
commit d9d19eef4f

View File

@@ -595,16 +595,16 @@ interface drsuapi
uint32 decompressed_length;
uint32 compressed_length;
[subcontext(4),subcontext_size(compressed_length),
compression(NDR_COMPRESSION_XPRESS,compressed_length,decompressed_length),
flag(NDR_REMAINING)] DATA_BLOB *decompressed;
compression(NDR_COMPRESSION_XPRESS,compressed_length,decompressed_length)]
drsuapi_DsGetNCChangesCtr1 *ctr1;
} drsuapi_DsGetNCChangesXPRESSCtr1;
typedef struct {
uint32 decompressed_length;
uint32 compressed_length;
[subcontext(4),subcontext_size(compressed_length),
compression(NDR_COMPRESSION_XPRESS,compressed_length,decompressed_length),
flag(NDR_REMAINING)] DATA_BLOB *decompressed;
compression(NDR_COMPRESSION_XPRESS,compressed_length,decompressed_length)]
drsuapi_DsGetNCChangesCtr6 *ctr6;
} drsuapi_DsGetNCChangesXPRESSCtr6;
typedef [enum16bit] enum {