From 26c1c15da45ce3b024498c85fe8f5ebef0e6b9d2 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 22 Sep 2013 19:50:10 -0700 Subject: idl: fix frsrpc idl with NDR64 fields Signed-off-by: Matthieu Patou Pair-Programmed-With: Stefan Metzmacher Signed-off-by: Stefan Metzmacher Reviewed-by: Stefan Metzmacher --- librpc/idl/frsrpc.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librpc') 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( -- cgit