>From 44033bdc11f4300e6185efd4bec4e8ed55def75a Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 7 Aug 2011 09:41:00 +0400 Subject: [PATCH 2/9] idl: frsrpc we don't need NDR_REMAINING as size of the blob is one the wire --- librpc/idl/frsrpc.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librpc/idl/frsrpc.idl b/librpc/idl/frsrpc.idl index e3c5f5c..8e1f109 100644 --- a/librpc/idl/frsrpc.idl +++ b/librpc/idl/frsrpc.idl @@ -281,7 +281,7 @@ interface frsrpc [case(FRSRPC_COMM_PKT_CHUNK_COMPRESSION_GUID)] GUID compression_guid; [case(FRSRPC_COMM_PKT_CHUNK_BLOCK)] - [flag(NDR_REMAINING)] DATA_BLOB block; + DATA_BLOB block; [case(FRSRPC_COMM_PKT_CHUNK_BLOCK_SIZE)] hyper block_size; [case(FRSRPC_COMM_PKT_CHUNK_FILE_SIZE)] -- 2.1.0