From 8ea271bb2e9e94093c1849a5840bb3a2a38f728e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 4 Jul 2010 19:44:57 +0200 Subject: s3: Remove smbd_messaging_context() from linux_oplock_signal_handler() --- source3/smbd/oplock_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/oplock_linux.c') diff --git a/source3/smbd/oplock_linux.c b/source3/smbd/oplock_linux.c index c60c7451771..fe9c58d7ecd 100644 --- a/source3/smbd/oplock_linux.c +++ b/source3/smbd/oplock_linux.c @@ -102,7 +102,7 @@ static void linux_oplock_signal_handler(struct tevent_context *ev_ctx, DEBUG(0,("linux_oplock_signal_handler: failed to find fsp for file fd=%d (file was closed ?)\n", fd )); return; } - break_kernel_oplock(smbd_messaging_context(), fsp); + break_kernel_oplock(fsp->conn->sconn->msg_ctx, fsp); } /**************************************************************************** -- cgit v1.2.1