From: Lennart Poettering Date: Thu, 6 Aug 2015 12:48:33 +0000 (+0300) Subject: sd-bus: ignore BLOOM_FILTER kdbus items X-Git-Tag: v225~89^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F897%2Fhead;p=thirdparty%2Fsystemd.git 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. --- diff --git a/src/libsystemd/sd-bus/bus-kernel.c b/src/libsystemd/sd-bus/bus-kernel.c index d72535b8bc4..22a43c4542c 100644 --- a/src/libsystemd/sd-bus/bus-kernel.c +++ b/src/libsystemd/sd-bus/bus-kernel.c @@ -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: