diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-01-30 17:34:11 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-01-30 17:36:24 +0100 |
commit | 8d07deaeaacbd376f9824ac350c01510e05a76ca (patch) | |
tree | 2ff9f18a5d7b612aff4d626892bbc485655ac7a8 /librpc | |
parent | f284acf9e1b19efb7e1357b1098b3bb5c26fa377 (diff) | |
download | samba-8d07deaeaacbd376f9824ac350c01510e05a76ca.tar.gz samba-8d07deaeaacbd376f9824ac350c01510e05a76ca.tar.xz samba-8d07deaeaacbd376f9824ac350c01510e05a76ca.zip |
dcerpc.idl: add DCERPC_FAULT_SEC_PKG_ERROR
metze
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/dcerpc.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/dcerpc.idl b/librpc/idl/dcerpc.idl index 712d3a2e5d8..b7ba4326889 100644 --- a/librpc/idl/dcerpc.idl +++ b/librpc/idl/dcerpc.idl @@ -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 */ |