From d4ae6ae74d712b74800e360590052d318d2fd101 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 28 Jun 2004 07:41:15 +0000 Subject: r1277: rename struct server_context to smbsrv_ontext because I need server_context fot the generic server infastructure metze (This used to be commit 0712f9f30797e65362c99423c0cf158a2f539000) --- source4/smbd/process_thread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/smbd/process_thread.c') diff --git a/source4/smbd/process_thread.c b/source4/smbd/process_thread.c index 5bf18e34d2..bd63749f8e 100644 --- a/source4/smbd/process_thread.c +++ b/source4/smbd/process_thread.c @@ -126,7 +126,7 @@ static void accept_rpc_connection(struct event_context *ev, struct fd_event *fde } /* called when a SMB connection goes down */ -static void terminate_connection(struct server_context *server, const char *reason) +static void terminate_connection(struct smbsrv_context *server, const char *reason) { server_terminate(server); @@ -465,7 +465,7 @@ static void model_startup(void) register_debug_handlers("thread", &d_ops); } -static void thread_exit_server(struct server_context *smb, const char *reason) +static void thread_exit_server(struct smbsrv_context *smb, const char *reason) { DEBUG(1,("thread_exit_server: reason[%s]\n",reason)); } -- cgit