r2925: added the definition for a new rpc fault code I am seeing on epmapper from...
authorAndrew Tridgell <tridge@samba.org>
Tue, 12 Oct 2004 05:06:40 +0000 (05:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:48 +0000 (12:59 -0500)
source/librpc/idl/dcerpc.idl

index 81571541ea0a4f4489058acaed2c41278412dd79..e879fb905e00950d8afa10d35d541696bfe1f56e 100644 (file)
@@ -88,6 +88,7 @@ interface dcerpc
        const int DCERPC_FAULT_CONTEXT_MISMATCH   = 0x1c00001a;
        const int DCERPC_FAULT_OTHER              = 0x00000001;
        const int DCERPC_FAULT_LOGON_FAILURE      = 0x00000005;
+       const int DCERPC_FAULT_CANT_PERFORM       = 0x000006d8;
 
        /* we return this fault when we haven't yet run the test
           to see what fault w2k3 returns in this case */