summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorJulien Kerihuel <j.kerihuel@openchange.org>2008-05-15 13:54:07 +0200
committerStefan Metzmacher <metze@samba.org>2008-05-16 08:54:27 +0200
commit25a82b8fc93ca01b7f142a680ad9a327e8cb8fa9 (patch)
tree500d6260d1d680b54bc414a7345f09bcd23bb961 /source4/librpc/idl
parent8113bb07a8eaee2bce1290bff1f06856bc7c76e6 (diff)
downloadsamba-25a82b8fc93ca01b7f142a680ad9a327e8cb8fa9.tar.gz
samba-25a82b8fc93ca01b7f142a680ad9a327e8cb8fa9.tar.bz2
samba-25a82b8fc93ca01b7f142a680ad9a327e8cb8fa9.zip
This patch adds remaining padding bytes to the dcerpc_fault IDL structure and adds a const 4 bytes blob to pkt.u.fault.
Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 652b8c5f156b357e231057a5a0fbded88f4f9c5f)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/dcerpc.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl
index b2c67542f5..e228d85c46 100644
--- a/source4/librpc/idl/dcerpc.idl
+++ b/source4/librpc/idl/dcerpc.idl
@@ -116,6 +116,7 @@ interface dcerpc
uint16 context_id;
uint8 cancel_count;
uint32 status;
+ [flag(NDR_REMAINING)] DATA_BLOB _pad;
} dcerpc_fault;
/* the auth types we know about */