1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

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

(This used to be commit 9ef399a769805ecfc78fc32e066b20e8efe34290)
This commit is contained in:
Andrew Tridgell 2004-10-12 05:06:40 +00:00 committed by Gerald (Jerry) Carter
parent 1bf52be31e
commit 08edfb3283

View 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 */