diff options
author | Volker Lendecke <vl@samba.org> | 2012-10-31 13:11:19 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-03-26 11:27:44 +0100 |
commit | 07ae7e22f789a67bbd5e9536e1227a1c394990f9 (patch) | |
tree | 02dc655d3ad70e5cabfbb5d289fde28e52886f97 /source3 | |
parent | ebb027b738d0addd3ee5c205c5370b01859aee71 (diff) | |
download | samba-07ae7e22f789a67bbd5e9536e1227a1c394990f9.tar.gz samba-07ae7e22f789a67bbd5e9536e1227a1c394990f9.tar.bz2 samba-07ae7e22f789a67bbd5e9536e1227a1c394990f9.zip |
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>
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, |