-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bus/peer: drop sender_matches from peer_queue_call()
The sender_matches were used historically to broadcast messages to eavesdropping clients at RECV-time. For many different reasons, eavesdropping is no longer supported by dbus-broker, and never will be. Hence, drop this parameter from peer_queue_call(). At the same time, drop the TODO item from activation-message transmissions. Nobody can match on unique sender names for activation messages, except when eavesdropping. Hence this cannot happen, anymore. For more details on this, also see: commit 9a58143 Author: Tom Gundersen <[email protected]> Date: Tue Jul 4 23:26:52 2017 +0200 driver/activation: forward activation messages using state of sender at send time Signed-off-by: David Herrmann <[email protected]>
- Loading branch information
David Herrmann
committed
Feb 21, 2018
1 parent
d9d9639
commit d57a263
Showing
3 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters