mirror of
https://github.com/samba-team/samba.git
synced 2025-03-07 00:58:40 +03:00
s3:rpc_server: Rename dcerpc_ncalrpc_listener
Signed-off-by: Samuel Cabrero <scabrero@suse.de> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
05507d4d19
commit
af576d335a
@ -760,7 +760,7 @@ static void dcerpc_ncacn_tcpip_listener(struct tevent_context *ev,
|
|||||||
* Start listening on the ncalrpc socket
|
* Start listening on the ncalrpc socket
|
||||||
********************************************************************/
|
********************************************************************/
|
||||||
|
|
||||||
static void dcerpc_ncalrpc_listener(struct tevent_context *ev,
|
static void dcesrv_ncalrpc_listener(struct tevent_context *ev,
|
||||||
struct tevent_fd *fde,
|
struct tevent_fd *fde,
|
||||||
uint16_t flags,
|
uint16_t flags,
|
||||||
void *private_data);
|
void *private_data);
|
||||||
@ -854,7 +854,7 @@ bool setup_dcerpc_ncalrpc_socket(struct tevent_context *ev_ctx,
|
|||||||
state,
|
state,
|
||||||
state->fd,
|
state->fd,
|
||||||
TEVENT_FD_READ,
|
TEVENT_FD_READ,
|
||||||
dcerpc_ncalrpc_listener,
|
dcesrv_ncalrpc_listener,
|
||||||
state);
|
state);
|
||||||
if (fde == NULL) {
|
if (fde == NULL) {
|
||||||
DEBUG(0, ("Failed to add event handler for ncalrpc!\n"));
|
DEBUG(0, ("Failed to add event handler for ncalrpc!\n"));
|
||||||
@ -873,7 +873,7 @@ out:
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void dcerpc_ncalrpc_listener(struct tevent_context *ev,
|
static void dcesrv_ncalrpc_listener(struct tevent_context *ev,
|
||||||
struct tevent_fd *fde,
|
struct tevent_fd *fde,
|
||||||
uint16_t flags,
|
uint16_t flags,
|
||||||
void *private_data)
|
void *private_data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user