mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
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 <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
ebb027b738
commit
07ae7e22f7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user