bus-util: make map_basic handle SD_BUS_TYPE_OBJECT_PATH type

This commit is contained in:
Yu Watanabe 2019-07-19 11:14:51 +09:00
parent 7d94934b9d
commit 16a8f172b6

View file

@ -1103,7 +1103,8 @@ static int map_basic(sd_bus *bus, const char *member, sd_bus_message *m, unsigne
switch (type) {
case SD_BUS_TYPE_STRING: {
case SD_BUS_TYPE_STRING:
case SD_BUS_TYPE_OBJECT_PATH: {
const char **p = userdata;
const char *s;