mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s4:rpc_server: add some const to dcesrv_handle_fetch()
BUG: https://bugzilla.samba.org/show_bug.cgi?id=7113 BUG: https://bugzilla.samba.org/show_bug.cgi?id=11892 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
ace0672968
commit
d1f5e5d5b4
@ -432,7 +432,7 @@ struct dcesrv_handle *dcesrv_handle_new(struct dcesrv_connection_context *contex
|
||||
|
||||
struct dcesrv_handle *dcesrv_handle_fetch(
|
||||
struct dcesrv_connection_context *context,
|
||||
struct policy_handle *p,
|
||||
const struct policy_handle *p,
|
||||
uint8_t handle_type);
|
||||
|
||||
const struct tsocket_address *dcesrv_connection_get_local_address(struct dcesrv_connection *conn);
|
||||
|
@ -79,7 +79,7 @@ _PUBLIC_ struct dcesrv_handle *dcesrv_handle_new(struct dcesrv_connection_contex
|
||||
*/
|
||||
_PUBLIC_ struct dcesrv_handle *dcesrv_handle_fetch(
|
||||
struct dcesrv_connection_context *context,
|
||||
struct policy_handle *p,
|
||||
const struct policy_handle *p,
|
||||
uint8_t handle_type)
|
||||
{
|
||||
struct dcesrv_handle *h;
|
||||
|
Loading…
Reference in New Issue
Block a user