dcerpc.idl: add DCERPC_FAULT_SEC_PKG_ERROR
authorStefan Metzmacher <metze@samba.org>
Sun, 30 Jan 2011 16:34:11 +0000 (17:34 +0100)
committerKarolin Seeger <kseeger@samba.org>
Sat, 5 Mar 2011 13:34:53 +0000 (14:34 +0100)
metze
(cherry picked from commit 8d07deaeaacbd376f9824ac350c01510e05a76ca)
(cherry picked from commit 85358c0534472fde71e304ddada678b61637ba40)
(cherry picked from commit 80b95a13dd7c0ef57e079b370b80993326bc616d)

librpc/idl/dcerpc.idl

index 3ec416d5c6c41b845159449b0faf30eaa8b0471b..2aeb7eb48a20b218a4c7fa364b05769676ecfab8 100644 (file)
@@ -105,6 +105,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 */