From 6a2bf12f6a95fcff747f28ea5089c6e93b26643c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 21 Mar 2012 11:52:27 +0100 Subject: s3: Remove "conn" from sys_notify_context --- source3/modules/vfs_default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules') diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c index 37ec7e884d..7b80df8904 100644 --- a/source3/modules/vfs_default.c +++ b/source3/modules/vfs_default.c @@ -1648,7 +1648,7 @@ static NTSTATUS vfswrap_notify_watch(vfs_handle_struct *vfs_handle, * Until that is the case, hard-code inotify here. */ #ifdef HAVE_INOTIFY - if (lp_kernel_change_notify(ctx->conn->params)) { + if (lp_kernel_change_notify(vfs_handle->conn->params)) { return inotify_watch(ctx, e, path, callback, private_data, handle); } -- cgit