diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-04-21 06:21:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:19 -0500 |
commit | 55a19a7fc0236a5bf2b205e78659d5be3be221d0 (patch) | |
tree | b589ab82a851d2cd27c7b411c37d9568440a904f | |
parent | 5f545543f0bfb9d97d6401576906c0ba9e596cd1 (diff) | |
download | samba-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)
-rw-r--r-- | source4/librpc/idl/dcerpc.idl | 1 |
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; |