diff --git a/source/ntvfs/ntvfs_interface.c b/source/ntvfs/ntvfs_interface.c index a47c965b2a4..945eb232e2a 100644 --- a/source/ntvfs/ntvfs_interface.c +++ b/source/ntvfs/ntvfs_interface.c @@ -623,7 +623,7 @@ _PUBLIC_ NTSTATUS ntvfs_next_notify(struct ntvfs_module_context *ntvfs, if (!ntvfs->next || !ntvfs->next->ops->notify) { return NT_STATUS_NOT_IMPLEMENTED; } - return ntvfs->next->ops->notify(ntvfs, req, info); + return ntvfs->next->ops->notify(ntvfs->next, req, info); } /* cancel - called to cancel an outstanding async request */