X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source3%2Frpc_server%2Frpc_server.c;h=679e21d6a5cb0bb2eea61336eefa7b035112e1a0;hb=1c069b17775ea041051104ae80d4986631634b54;hp=fa3c8709fa397738f6a01e2508a5c9c935417592;hpb=01524063cc6b4c5f82127ef985e8aefe7c50806d;p=obnox%2Fsamba%2Fsamba-obnox.git diff --git a/source3/rpc_server/rpc_server.c b/source3/rpc_server/rpc_server.c index fa3c8709fa3..679e21d6a5c 100644 --- a/source3/rpc_server/rpc_server.c +++ b/source3/rpc_server/rpc_server.c @@ -52,16 +52,16 @@ static NTSTATUS auth_anonymous_session_info(TALLOC_CTX *mem_ctx, /* Creates a pipes_struct and initializes it with the information * sent from the client */ -static int make_server_pipes_struct(TALLOC_CTX *mem_ctx, - struct messaging_context *msg_ctx, - const char *pipe_name, - enum dcerpc_transport_t transport, - bool ncalrpc_as_system, - const struct tsocket_address *local_address, - const struct tsocket_address *remote_address, - struct auth_session_info *session_info, - struct pipes_struct **_p, - int *perrno) +int make_server_pipes_struct(TALLOC_CTX *mem_ctx, + struct messaging_context *msg_ctx, + const char *pipe_name, + enum dcerpc_transport_t transport, + bool ncalrpc_as_system, + const struct tsocket_address *local_address, + const struct tsocket_address *remote_address, + struct auth_session_info *session_info, + struct pipes_struct **_p, + int *perrno) { struct pipes_struct *p; int ret;