This reflects what we're using in the C code already...
Note this is an incompatible change, but we also changed
from named_pipe_auth_req_info7 to named_pipe_auth_req_info8
in master...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* in its arrays to find the rpcd that sent this
* message.
*/
- uint8 server_index;
+ uint32 server_index;
/**
* @brief Which of the processes of a helper prog is this from
static NTSTATUS rpc_worker_report_status(struct rpc_worker *worker)
{
- uint8_t buf[9];
+ uint8_t buf[12];
DATA_BLOB blob = { .data = buf, .length = sizeof(buf), };
enum ndr_err_code ndr_err;
NTSTATUS status;