mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r14613: fixed ntvfs_notify_next()
This commit is contained in:
parent
12b533450b
commit
9bf7d322d0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user