diff options
Diffstat (limited to 'source4/ntvfs/posix/pvfs_notify.c')
-rw-r--r-- | source4/ntvfs/posix/pvfs_notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/pvfs_notify.c b/source4/ntvfs/posix/pvfs_notify.c index 6a857dbf65..316353f38f 100644 --- a/source4/ntvfs/posix/pvfs_notify.c +++ b/source4/ntvfs/posix/pvfs_notify.c @@ -109,7 +109,7 @@ static void pvfs_notify_send(struct pvfs_notify_buffer *notify_buffer, /* we can't call pvfs_notify_send() directly here, as that would free the request, and the ntvfs modules above us could use it, so call it on the next event */ - event_add_timed(req->ctx->event_ctx, + tevent_add_timer(req->ctx->event_ctx, req, timeval_zero(), pvfs_notify_send_next, req); } |