diff options
author | Matthieu Patou <mat@matws.net> | 2011-08-07 09:41:00 +0400 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2014-10-02 12:02:01 +0200 |
commit | 7bc3b372cab0294605e22098d04636e5ece81ffe (patch) | |
tree | 1254241004ef8cb1eb2cd2b5a280000e8a3bbad5 /librpc/idl/frsrpc.idl | |
parent | 15ab764f91f22c8c08c630af110d78d578bb3429 (diff) | |
download | samba-7bc3b372cab0294605e22098d04636e5ece81ffe.tar.gz |
idl: frsrpc we don't need NDR_REMAINING as size of the blob is one the wire
Change-Id: Ia3f1a16668e97ae7b45a8d9ee4d0539c2652eb82
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Matthieu Patou <mat@matws.net>
Diffstat (limited to 'librpc/idl/frsrpc.idl')
-rw-r--r-- | librpc/idl/frsrpc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/frsrpc.idl b/librpc/idl/frsrpc.idl index e3c5f5c70f7..8e1f1090678 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)] |