summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-09-30 04:59:24 +0200
committerStefan Metzmacher <metze@samba.org>2008-09-30 06:47:23 +0200
commitabe0af4ab417086d413f02cadf7315a8f801a0f8 (patch)
treed78b2513258c73dedc30333931d4f2cad33b7916
parent3ff298c37be5daa015006fe5cede3980b26e570e (diff)
downloadsamba-abe0af4ab417086d413f02cadf7315a8f801a0f8.tar.gz
samba-abe0af4ab417086d413f02cadf7315a8f801a0f8.tar.bz2
samba-abe0af4ab417086d413f02cadf7315a8f801a0f8.zip
dcerpc.idl: add DCERPC_PFC_OFFSET
metze
-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 1c6574b11b..a78329d990 100644
--- a/source4/librpc/idl/dcerpc.idl
+++ b/source4/librpc/idl/dcerpc.idl
@@ -261,6 +261,7 @@ interface dcerpc
const uint8 DCERPC_PFC_FLAG_OBJECT_UUID = 0x80; /* on valid guid is in the optional object field */
/* these offsets are needed by the signing code */
+ const uint8 DCERPC_PFC_OFFSET = 3;
const uint8 DCERPC_DREP_OFFSET = 4;
const uint8 DCERPC_FRAG_LEN_OFFSET = 8;
const uint8 DCERPC_AUTH_LEN_OFFSET = 10;