summaryrefslogtreecommitdiff
path: root/source3/rpc_server/rpc_pipes.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-06-27 15:21:11 +0200
committerAndreas Schneider <asn@cryptomilk.org>2012-07-06 10:00:56 +0200
commitfae6091f1df9ae77f96743f6467b20386f6db404 (patch)
tree12619448206de8bd9496adb64e34c4016ba14e44 /source3/rpc_server/rpc_pipes.h
parent81ff67c3c8a9648a233c2a78450b68496c5c4332 (diff)
downloadsamba-fae6091f1df9ae77f96743f6467b20386f6db404.tar.gz
samba-fae6091f1df9ae77f96743f6467b20386f6db404.tar.bz2
samba-fae6091f1df9ae77f96743f6467b20386f6db404.zip
s3-rpc_server: Make it possible to use more rpc exceptions.
Diffstat (limited to 'source3/rpc_server/rpc_pipes.h')
-rw-r--r--source3/rpc_server/rpc_pipes.h17
1 files changed, 2 insertions, 15 deletions
diff --git a/source3/rpc_server/rpc_pipes.h b/source3/rpc_server/rpc_pipes.h
index bfef5d6d11..4be57d8f96 100644
--- a/source3/rpc_server/rpc_pipes.h
+++ b/source3/rpc_server/rpc_pipes.h
@@ -129,22 +129,9 @@ struct pipes_struct {
bool pipe_bound;
/*
- * Set to true when we should return fault PDU's for everything.
+ * Set the DCERPC_FAULT to return.
*/
-
- bool fault_state;
-
- /*
- * Set to true when we should return fault PDU's for a bad handle.
- */
-
- bool bad_handle_fault_state;
-
- /*
- * Set to true when the backend does not support a call.
- */
-
- bool rng_fault_state;
+ int fault_state;
/*
* Set to RPC_BIG_ENDIAN when dealing with big-endian PDU's