chiark / gitweb /
sd-bus: ignore BLOOM_FILTER kdbus items
authorLennart Poettering <lennart@poettering.net>
Thu, 6 Aug 2015 12:48:33 +0000 (15:48 +0300)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:18:46 +0000 (10:18 +0100)
The kernel nowadays sends these along, and that's OK, hence don't even
debug log about it, but completely ignore it.

src/libelogind/sd-bus/bus-kernel.c

index 89d7023d9187cfbfb8e6086b0f94f659c9cd8460..e5d8a2cc57951ae22a01ccee7466b5e341a1a38c 100644 (file)
@@ -774,6 +774,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: