summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-04-21 06:21:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:51:19 -0500
commit55a19a7fc0236a5bf2b205e78659d5be3be221d0 (patch)
treeb589ab82a851d2cd27c7b411c37d9568440a904f /source4/librpc
parent5f545543f0bfb9d97d6401576906c0ba9e596cd1 (diff)
downloadsamba-55a19a7fc0236a5bf2b205e78659d5be3be221d0.tar.gz
samba-55a19a7fc0236a5bf2b205e78659d5be3be221d0.tar.bz2
samba-55a19a7fc0236a5bf2b205e78659d5be3be221d0.zip
r306: added another define for a DCERPC fault code
(This used to be commit 3c8d580d2c2ae528c5725145d81761296b8be04d)
Diffstat (limited to 'source4/librpc')
-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 334ae8ce5d..5e5c467f69 100644
--- a/source4/librpc/idl/dcerpc.idl
+++ b/source4/librpc/idl/dcerpc.idl
@@ -84,6 +84,7 @@ interface dcerpc
const int DCERPC_FAULT_OP_RNG_ERROR = 0x1c010002;
const int DCERPC_FAULT_NDR = 0x000006f7;
+ const int DCERPC_FAULT_INVALID_TAG = 0x1c000006;
const int DCERPC_FAULT_CONTEXT_MISMATCH = 0x1c00001a;
const int DCERPC_FAULT_OTHER = 0x00000001;