>From fe4a7079a24fcb079f8fa3361d94db16c18846ab Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Fri, 11 Oct 2013 14:16:31 -0700 Subject: [PATCH 03/13] librpc: Add the ContainsPipe attribute to FRSTRANS function that actually have DCERPC pipes Signed-off-by: Matthieu Patou --- librpc/idl/frstrans.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/librpc/idl/frstrans.idl b/librpc/idl/frstrans.idl index caf6e42..2e79e81 100644 --- a/librpc/idl/frstrans.idl +++ b/librpc/idl/frstrans.idl @@ -279,14 +279,14 @@ interface frstrans /* Function 0x0f */ typedef [flag(NDR_PAHEX)] pipe uint8 frstrans_BytePipe; - WERROR frstrans_RawGetFileDataAsync( + [ContainsPipe] WERROR frstrans_RawGetFileDataAsync( [in,ref] policy_handle *server_context, [out,ref] frstrans_BytePipe *byte_pipe ); /*****************/ /* Function 0x10 */ - WERROR frstrans_RdcGetFileDataAsync( + [ContainsPipe] WERROR frstrans_RdcGetFileDataAsync( [in,ref] policy_handle *server_context, [out,ref] frstrans_BytePipe *byte_pipe ); -- 1.8.1.2