]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-bus: ignore BLOOM_FILTER kdbus items 897/head
authorLennart Poettering <lennart@poettering.net>
Thu, 6 Aug 2015 12:48:33 +0000 (15:48 +0300)
committerLennart Poettering <lennart@poettering.net>
Thu, 6 Aug 2015 12:48:33 +0000 (15:48 +0300)
The kernel nowadays sends these along, and that's OK, hence don't even
debug log about it, but completely ignore it.

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

index d72535b8bc4b1991b41b6f2998b2cc4605e839c6..22a43c4542c1a1ad34a3f237243baf358db71885 100644 (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: