From 7c90a6bf38829dc6be026b65b29b81db9fbbdf0d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Aug 2010 09:08:40 +0200 Subject: s3: Lift the smbd_messaging_context from make_internal_rpc_pipe_p --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 060776fa62..ed723436e1 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4497,7 +4497,8 @@ NTSTATUS rpc_pipe_open_ncalrpc(TALLOC_CTX *mem_ctx, const char *socket_path, struct pipes_struct *make_internal_rpc_pipe_p(TALLOC_CTX *mem_ctx, const struct ndr_syntax_id *syntax, const char *client_address, - struct auth_serversupplied_info *server_info); + struct auth_serversupplied_info *server_info, + struct messaging_context *msg_ctx); NTSTATUS rpc_pipe_open_internal(TALLOC_CTX *mem_ctx, const struct ndr_syntax_id *abstract_syntax, struct auth_serversupplied_info *serversupplied_info, struct rpc_pipe_client **presult); -- cgit