From 65db148d87ba984410c5d01fed097fa005e2b3b1 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 31 Jan 2005 16:36:17 +0000 Subject: r5141: fix compiler warnings metze (This used to be commit 12b0841b30fdb6d7ba8c3dc9991c172f7fb3d31f) --- source4/smbd/service_task.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/smbd/service_task.c') diff --git a/source4/smbd/service_task.c b/source4/smbd/service_task.c index ea09edf3f41..d5349429d6a 100644 --- a/source4/smbd/service_task.c +++ b/source4/smbd/service_task.c @@ -30,7 +30,7 @@ */ void task_terminate(struct task_server *task, const char *reason) { - struct event_ctx *event_ctx = task->event_ctx; + struct event_context *event_ctx = task->event_ctx; const struct model_ops *model_ops = task->model_ops; talloc_free(task); model_ops->terminate(event_ctx, reason); -- cgit