1
1
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:
Lennart Poettering
2015-08-06 15:48:33 +03:00
parent 089157763a
commit 3f624df6cf

View File

@ -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: