mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-08-24 09:50:02 +03:00
sd-bus: ignore BLOOM_FILTER kdbus items
The kernel nowadays sends these along, and that's OK, hence don't even debug log about it, but completely ignore it.
This commit is contained in:
@ -776,6 +776,7 @@ static int bus_kernel_make_message(sd_bus *bus, struct kdbus_msg *k) {
|
||||
|
||||
case KDBUS_ITEM_FDS:
|
||||
case KDBUS_ITEM_SECLABEL:
|
||||
case KDBUS_ITEM_BLOOM_FILTER:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user