mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
bus: append bloom-filter to all signals
Make sure to append bloom-filters to all signal-messages, not only broadcasts.
This commit is contained in:
parent
5ebbc3f32f
commit
7ce9812173
@ -357,7 +357,7 @@ static int bus_message_setup_kmsg(sd_bus *b, sd_bus_message *m) {
|
||||
append_payload_vec(&d, part->data, part->size);
|
||||
}
|
||||
|
||||
if (m->kdbus->dst_id == KDBUS_DST_ID_BROADCAST) {
|
||||
if (m->header->type == SD_BUS_MESSAGE_SIGNAL) {
|
||||
struct kdbus_bloom_filter *bloom;
|
||||
|
||||
bloom = append_bloom(&d, m->bus->bloom_size);
|
||||
|
Loading…
Reference in New Issue
Block a user