mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
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>
This commit is contained in:
parent
15ab764f91
commit
7bc3b372ca
@ -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)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user