svn commit: samba r2925 - in branches/SAMBA_4_0/source/librpc/idl: .

tridge at samba.org tridge at samba.org
Tue Oct 12 05:06:40 GMT 2004


Author: tridge
Date: 2004-10-12 05:06:40 +0000 (Tue, 12 Oct 2004)
New Revision: 2925

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/idl&rev=2925&nolog=1

Log:
added the definition for a new rpc fault code I am seeing on epmapper from lhorn



Modified:
   branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl	2004-10-12 03:34:01 UTC (rev 2924)
+++ branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl	2004-10-12 05:06:40 UTC (rev 2925)
@@ -88,6 +88,7 @@
 	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 */



More information about the samba-cvs mailing list