diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-09-23 08:09:37 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-09-24 00:11:55 +0200 |
commit | fc11bab20b8ba9548808d60c108fb81096aaffe3 (patch) | |
tree | 26472b7ecbba3fda7d31a1877e41d2edae781bec /librpc | |
parent | 51d8eba8417c58c2ade30d58a838441008209542 (diff) | |
download | samba-fc11bab20b8ba9548808d60c108fb81096aaffe3.tar.gz |
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.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/frstrans.idl b/librpc/idl/frstrans.idl index a60529b8a3c..caf6e429914 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, |