From 541f3cf639699d23b9a96e6c615027a5be4581a9 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 7 Jun 2011 17:21:28 +0200 Subject: s3-rpc_server: Migrate rpc function to tsocket_address. Signed-off-by: Andrew Bartlett --- source3/rpc_server/srv_pipe_hnd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/rpc_server/srv_pipe_hnd.h') diff --git a/source3/rpc_server/srv_pipe_hnd.h b/source3/rpc_server/srv_pipe_hnd.h index 680add469b..13c70cf513 100644 --- a/source3/rpc_server/srv_pipe_hnd.h +++ b/source3/rpc_server/srv_pipe_hnd.h @@ -31,7 +31,6 @@ bool fsp_is_np(struct files_struct *fsp); NTSTATUS np_open(TALLOC_CTX *mem_ctx, const char *name, const struct tsocket_address *local_address, const struct tsocket_address *remote_address, - struct client_address *client_id, struct auth_serversupplied_info *session_info, struct messaging_context *msg_ctx, struct fake_file_handle **phandle); -- cgit