summaryrefslogtreecommitdiffstats
path: root/source3/smbd/notify_internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/notify_internal.c')
-rw-r--r--source3/smbd/notify_internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/notify_internal.c b/source3/smbd/notify_internal.c
index e902bf4f3e..2ba68d74bc 100644
--- a/source3/smbd/notify_internal.c
+++ b/source3/smbd/notify_internal.c
@@ -792,7 +792,7 @@ static NTSTATUS notify_send(struct notify_context *notify,
iov[1].iov_len = strlen(path)+1;
return messaging_send_iov(notify->msg, *pid, MSG_PVFS_NOTIFY,
- iov, ARRAY_SIZE(iov));
+ iov, ARRAY_SIZE(iov), NULL, 0);
}
static void notify_handler(struct messaging_context *msg_ctx,