diff options
Diffstat (limited to 'source3/rpc_server/rpc_pipes.h')
-rw-r--r-- | source3/rpc_server/rpc_pipes.h | 17 |
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 |