From 8d07deaeaacbd376f9824ac350c01510e05a76ca Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 30 Jan 2011 17:34:11 +0100 Subject: [PATCH] dcerpc.idl: add DCERPC_FAULT_SEC_PKG_ERROR metze --- librpc/idl/dcerpc.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/librpc/idl/dcerpc.idl b/librpc/idl/dcerpc.idl index 712d3a2e5d8..b7ba4326889 100644 --- a/librpc/idl/dcerpc.idl +++ b/librpc/idl/dcerpc.idl @@ -153,6 +153,7 @@ interface dcerpc const int DCERPC_FAULT_OTHER = 0x00000001; const int DCERPC_FAULT_ACCESS_DENIED = 0x00000005; const int DCERPC_FAULT_CANT_PERFORM = 0x000006d8; + const int DCERPC_FAULT_SEC_PKG_ERROR = 0x00000721; /* we return this fault when we haven't yet run the test to see what fault w2k3 returns in this case */ -- 2.34.1