mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
drsuapi.idl: correctly handle xpress compressed payload
metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commitd9d19eef4f
) (This used to be commit0a24fa0dc3
)
This commit is contained in:
parent
e096247043
commit
0c483fe7c7
@ -607,16 +607,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 {
|
||||
|
Loading…
Reference in New Issue
Block a user