diff options
author | Matthieu Patou <mat@matws.net> | 2013-09-22 19:50:10 -0700 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-09-24 00:12:15 +0200 |
commit | 26c1c15da45ce3b024498c85fe8f5ebef0e6b9d2 (patch) | |
tree | 960fbdd118fbdba82537749ab3907ab0c661f319 /librpc/idl/frsrpc.idl | |
parent | aa5b3697346710138852b32d6fa479a75b371049 (diff) | |
download | samba-26c1c15da45ce3b024498c85fe8f5ebef0e6b9d2.tar.gz samba-26c1c15da45ce3b024498c85fe8f5ebef0e6b9d2.tar.bz2 samba-26c1c15da45ce3b024498c85fe8f5ebef0e6b9d2.zip |
idl: fix frsrpc idl with NDR64 fields
Signed-off-by: Matthieu Patou <mat@matws.net>
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc/idl/frsrpc.idl')
-rw-r--r-- | librpc/idl/frsrpc.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/frsrpc.idl b/librpc/idl/frsrpc.idl index d11410a93a..a235702563 100644 --- a/librpc/idl/frsrpc.idl +++ b/librpc/idl/frsrpc.idl @@ -343,8 +343,8 @@ interface frsrpc [value(0)] uint32 upk_len; [subcontext(4),subcontext_size(pkt_len)] frsrpc_CommPktChunkCtr *ctr; - [value(0)] uint32 data_name; - [value(0)] uint32 data_handle; + [value(0)] uint3264 data_name; + [value(0)] uint3264 data_handle; } frsrpc_FrsSendCommPktReq; WERROR frsrpc_FrsSendCommPkt( |