mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s3:rpc_server: Rename create_dcerpc_ncalrpc_socket
Signed-off-by: Samuel Cabrero <scabrero@suse.de> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
committed by
Stefan Metzmacher
parent
0bcfc550b1
commit
c0b1884c99
@ -95,7 +95,7 @@ uint16_t setup_dcerpc_ncacn_tcpip_socket(struct tevent_context *ev_ctx,
|
||||
const struct sockaddr_storage *ifss,
|
||||
uint16_t port);
|
||||
|
||||
int create_dcerpc_ncalrpc_socket(const char *name);
|
||||
int dcesrv_create_ncalrpc_socket(const char *name);
|
||||
bool setup_dcerpc_ncalrpc_socket(struct tevent_context *ev_ctx,
|
||||
struct messaging_context *msg_ctx,
|
||||
const char *name,
|
||||
|
Reference in New Issue
Block a user