summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-01-30 17:34:11 +0100
committerStefan Metzmacher <metze@samba.org>2011-01-30 17:36:24 +0100
commit8d07deaeaacbd376f9824ac350c01510e05a76ca (patch)
tree2ff9f18a5d7b612aff4d626892bbc485655ac7a8 /librpc
parentf284acf9e1b19efb7e1357b1098b3bb5c26fa377 (diff)
downloadsamba-8d07deaeaacbd376f9824ac350c01510e05a76ca.tar.gz
samba-8d07deaeaacbd376f9824ac350c01510e05a76ca.tar.bz2
samba-8d07deaeaacbd376f9824ac350c01510e05a76ca.zip
dcerpc.idl: add DCERPC_FAULT_SEC_PKG_ERROR
metze
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/dcerpc.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/dcerpc.idl b/librpc/idl/dcerpc.idl
index 712d3a2e5d..b7ba432688 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 */