diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/notify_internal.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/notify_internal.c b/source3/smbd/notify_internal.c index f3d874daf9..ee6f4cc870 100644 --- a/source3/smbd/notify_internal.c +++ b/source3/smbd/notify_internal.c @@ -671,9 +671,6 @@ void notify_trigger(struct notify_context *notify, if (vnn == last_vnn) { continue; } - if (vnn == idx_state.my_vnn) { - continue; - } if ((remote_blob == NULL) && !notify_push_remote_blob( talloc_tos(), action, filter, |