From 21de67357509f18817dd202431017a7aa15e8495 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 13 Dec 2011 13:13:53 +0100 Subject: s3:smbd/oplock: pass smbd_server_connection to init_oplocks() metze --- source3/smbd/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/process.c') diff --git a/source3/smbd/process.c b/source3/smbd/process.c index ad5c096e05..dffb855f0b 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -3131,7 +3131,7 @@ void smbd_process(struct tevent_context *ev_ctx, } /* Setup oplocks */ - if (!init_oplocks(sconn->msg_ctx)) + if (!init_oplocks(sconn)) exit_server("Failed to init oplocks"); /* register our message handlers */ -- cgit