From e4ecb601576837403f07dd72a7609b5827a19c52 Mon Sep 17 00:00:00 2001 From: Sam Liddicott Date: Wed, 26 Nov 2008 15:24:22 +0000 Subject: [PATCH] TEMP: Wait toms patch --- source4/ntvfs/proxy/vfs_proxy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source4/ntvfs/proxy/vfs_proxy.c b/source4/ntvfs/proxy/vfs_proxy.c index db57ee8c0af..af0afe89e94 100644 --- a/source4/ntvfs/proxy/vfs_proxy.c +++ b/source4/ntvfs/proxy/vfs_proxy.c @@ -854,9 +854,8 @@ static void async_dirmon_notify(struct smbcli_request *c_req) NTSTATUS status; - DEBUG(5,("%s: dirmon %s invalidated\n",__LOCATION__, dirmon->dir)); - dirmon = talloc_get_type_abort((void*)async->f, struct fdirmon); + DEBUG(5,("%s: dirmon %s invalidated\n",__LOCATION__, dirmon->dir)); status = smb_raw_changenotify_recv(c_req, req, async->parms); DEBUG(5,("%s: update status %s\n",__LOCATION__, get_friendly_nt_error_msg (status))); -- 2.11.4.GIT