diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-12 05:06:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:48 -0500 |
commit | 08edfb328334fdfe0c5d968e97a6a693e29ff602 (patch) | |
tree | 3c3788ae111c1bc09b424c38b4ca574f45e544a9 | |
parent | 1bf52be31eca0febc53924e32651784b130b1874 (diff) | |
download | samba-08edfb328334fdfe0c5d968e97a6a693e29ff602.tar.gz samba-08edfb328334fdfe0c5d968e97a6a693e29ff602.tar.bz2 samba-08edfb328334fdfe0c5d968e97a6a693e29ff602.zip |
r2925: added the definition for a new rpc fault code I am seeing on epmapper from lhorn
(This used to be commit 9ef399a769805ecfc78fc32e066b20e8efe34290)
-rw-r--r-- | source4/librpc/idl/dcerpc.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index 81571541ea..e879fb905e 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -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 */ |