smbd: Remove an optimization that became unnecessary
commite3f5e474c826940ebaf43256cb06a50309ba3ef5
authorVolker Lendecke <vl@samba.org>
Wed, 31 Oct 2012 12:13:50 +0000 (31 13:13 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 26 Mar 2013 12:16:39 +0000 (26 13:16 +0100)
tree0b92dbae23d8dc95223d6715121ed24461c774b6
parent07ae7e22f789a67bbd5e9536e1227a1c394990f9
smbd: Remove an optimization that became unnecessary

After we only collect nonlocal vnns in idx_state.vnns now, at this point
we *know* we have something to send to a remote node. The previous code
avoided the call to notify_push_remote_blob with an if-statement that
has now become unnecessary.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue Mar 26 13:16:39 CET 2013 on sn-devel-104
source3/smbd/notify_internal.c