frstrans.idl: add flag(NDR_PAHEX) to frstrans_BytePipe
authorStefan Metzmacher <metze@samba.org>
Mon, 23 Sep 2013 06:09:37 +0000 (08:09 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 23 Sep 2013 22:11:55 +0000 (00:11 +0200)
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>
librpc/idl/frstrans.idl

index a60529b8a3c21e1ad18918da36353447c8b1fee5..caf6e429914901e95926de438ba53a5d9f4e46e5 100644 (file)
@@ -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,