From 55a19a7fc0236a5bf2b205e78659d5be3be221d0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 21 Apr 2004 06:21:38 +0000 Subject: r306: added another define for a DCERPC fault code (This used to be commit 3c8d580d2c2ae528c5725145d81761296b8be04d) --- source4/librpc/idl/dcerpc.idl | 1 + 1 file changed, 1 insertion(+) 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; -- cgit