mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 06:30:30 +00:00
bus: Add KDBUS_MSG_SRC_NAMES to bus_kernel_make_message() function
This commit is contained in:
committed by
Kay Sievers
parent
7f4cec6995
commit
27df44a2c6
@@ -593,7 +593,8 @@ static int bus_kernel_make_message(sd_bus *bus, struct kdbus_msg *k, sd_bus_mess
|
||||
} else if (d->type == KDBUS_MSG_DST_NAME)
|
||||
destination = d->str;
|
||||
else if (d->type != KDBUS_MSG_FDS &&
|
||||
d->type != KDBUS_MSG_SRC_SECLABEL)
|
||||
d->type != KDBUS_MSG_SRC_SECLABEL &&
|
||||
d->type != KDBUS_MSG_SRC_NAMES)
|
||||
log_debug("Got unknown field from kernel %llu", d->type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user