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: