From: Stefan Metzmacher Date: Fri, 11 Jul 2008 08:19:53 +0000 (+0000) Subject: drsuapi.idl: correctly handle xpress compressed payload X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9d19eef4f67da89e7d818d23a2372bee6f86dba;p=thirdparty%2Fsamba.git drsuapi.idl: correctly handle xpress compressed payload metze Signed-off-by: Stefan Metzmacher --- diff --git a/source/librpc/idl/drsuapi.idl b/source/librpc/idl/drsuapi.idl index 6701d22a63b..f61905b4b61 100644 --- a/source/librpc/idl/drsuapi.idl +++ b/source/librpc/idl/drsuapi.idl @@ -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 {