From fae6091f1df9ae77f96743f6467b20386f6db404 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 27 Jun 2012 15:21:11 +0200 Subject: s3-rpc_server: Make it possible to use more rpc exceptions. --- source3/rpc_server/rpc_pipes.h | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'source3/rpc_server/rpc_pipes.h') 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 -- cgit