mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r19218: With the new RPC server infrastructure all backend functions are filled, at
least with dummy routines. We need a way to indicate that we do not support a call, so that srv_pipe_hnd.c can return the DCE level RNG_ERROR. This flag can be set in the backend routines for this one. I'll change pidl to generate code to "return False" in srv_lsa.c if this flag is set. Volker
This commit is contained in:
parent
e4d5e1d90b
commit
5260657664
@ -257,6 +257,12 @@ typedef struct pipes_struct {
|
||||
*/
|
||||
|
||||
BOOL bad_handle_fault_state;
|
||||
|
||||
/*
|
||||
* Set to true when the backend does not support a call.
|
||||
*/
|
||||
|
||||
BOOL rng_fault_state;
|
||||
|
||||
/*
|
||||
* Set to RPC_BIG_ENDIAN when dealing with big-endian PDU's
|
||||
|
Loading…
Reference in New Issue
Block a user