dcerpc.idl: add DCERPC_FAULT_SEC_PKG_ERROR
authorStefan Metzmacher <metze@samba.org>
Sun, 30 Jan 2011 16:34:11 +0000 (17:34 +0100)
committerStefan Metzmacher <metze@samba.org>
Sun, 30 Jan 2011 16:36:24 +0000 (17:36 +0100)
metze

librpc/idl/dcerpc.idl

index 712d3a2e5d8531e851f35b80be0b8d329c969fe7..b7ba4326889a6f111ae2e20517bac152dd6db942 100644 (file)
@@ -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 */