Author: metze
Date: 2005-03-30 11:26:02 +0000 (Wed, 30 Mar 2005)
New Revision: 6131

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6131

Log:
decompression of DsGetNCChanges level 2 responses works now
(and the push side isn't used currently...)

metze

Modified:
   branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl    2005-03-30 11:15:51 UTC 
(rev 6130)
+++ branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl    2005-03-30 11:26:02 UTC 
(rev 6131)
@@ -500,8 +500,7 @@
        typedef struct {
                uint32 decompressed_length;
                uint32 compressed_length;
-               
[subcontext(4),subcontext_size(r->compressed_length),compression(NDR_COMPRESSION_ZLIB,compressed_length,decompressed_length),flag(NDR_REMAINING)]
 DATA_BLOB *decompressed;
-               
/*[subcontext(4),subcontext_size(r->compressed_length),compression(NDR_COMPRESSION_ZLIB,compressed_length,decompressed_length)]
 drsuapi_DsGetNCChangesCtr1 *ctr1;*/
+               
[subcontext(4),subcontext_size(r->compressed_length),compression(NDR_COMPRESSION_MSZIP,compressed_length,decompressed_length)]
 drsuapi_DsGetNCChangesCtr1 *ctr1;
        } drsuapi_DsGetNCChangesCompressedInfo;
 
        typedef struct {

Reply via email to