mirror of
https://github.com/samba-team/samba.git
synced 2025-11-04 00:23:49 +03:00
r8593: register the rpc server with irpc
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
1aa658b756
commit
bc9d9531f5
@@ -29,6 +29,7 @@
|
||||
#include "lib/events/events.h"
|
||||
#include "rpc_server/dcerpc_server.h"
|
||||
#include "smbd/service_stream.h"
|
||||
#include "lib/messaging/irpc.h"
|
||||
|
||||
struct dcesrv_socket_context {
|
||||
const struct dcesrv_endpoint *endpoint;
|
||||
@@ -77,6 +78,8 @@ static void dcesrv_sock_accept(struct stream_connection *srv_conn)
|
||||
|
||||
srv_conn->private = dcesrv_conn;
|
||||
|
||||
irpc_add_name(srv_conn->msg_ctx, "rpc_server");
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user