rpc_host.idl: change server_index from uint8 to uint32
authorStefan Metzmacher <metze@samba.org>
Thu, 12 Oct 2023 10:30:00 +0000 (12:30 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 17 Oct 2023 19:20:38 +0000 (19:20 +0000)
commite4bdab659bbe88f8687cefea9ef80850b585a37d
tree0a338e0308b71d4ce4477c01d7482cc0760feb3a
parent94723b6732a67482eb7792e82b01e26a807e8265
rpc_host.idl: change server_index from uint8 to uint32

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>
source3/librpc/idl/rpc_host.idl
source3/rpc_server/rpc_worker.c