summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-09-23 08:09:37 +0200
committerStefan Metzmacher <metze@samba.org>2013-09-24 00:11:55 +0200
commitfc11bab20b8ba9548808d60c108fb81096aaffe3 (patch)
tree26472b7ecbba3fda7d31a1877e41d2edae781bec /librpc
parent51d8eba8417c58c2ade30d58a838441008209542 (diff)
downloadsamba-fc11bab20b8ba9548808d60c108fb81096aaffe3.tar.gz
samba-fc11bab20b8ba9548808d60c108fb81096aaffe3.tar.bz2
samba-fc11bab20b8ba9548808d60c108fb81096aaffe3.zip
frstrans.idl: add flag(NDR_PAHEX) to frstrans_BytePipe
That way we get hexdump -C style output for the content of the pipe chunks. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Matthieu Patou <mat@matws.net>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/frstrans.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/frstrans.idl b/librpc/idl/frstrans.idl
index a60529b8a3..caf6e42991 100644
--- a/librpc/idl/frstrans.idl
+++ b/librpc/idl/frstrans.idl
@@ -277,7 +277,7 @@ interface frstrans
/*****************/
/* Function 0x0f */
- typedef pipe uint8 frstrans_BytePipe;
+ typedef [flag(NDR_PAHEX)] pipe uint8 frstrans_BytePipe;
WERROR frstrans_RawGetFileDataAsync(
[in,ref] policy_handle *server_context,