From 07ae7e22f789a67bbd5e9536e1227a1c394990f9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 31 Oct 2012 13:11:19 +0100 Subject: smbd: We don't collect our own vnn anymore notify_trigger_index_parser will not anymore add ourselves into the vnn list that it collects. Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- source3/smbd/notify_internal.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/smbd') 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, -- cgit