summaryrefslogtreecommitdiff
path: root/src/core/dbus-busname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-busname.c')
-rw-r--r--src/core/dbus-busname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-busname.c b/src/core/dbus-busname.c
index f9511a993a..9f94bf1d57 100644
--- a/src/core/dbus-busname.c
+++ b/src/core/dbus-busname.c
@@ -29,7 +29,7 @@ static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_result, busname_result, BusName
const sd_bus_vtable bus_busname_vtable[] = {
SD_BUS_VTABLE_START(0),
- SD_BUS_PROPERTY("Name", "s", NULL, offsetof(BusName, name), 0),
+ SD_BUS_PROPERTY("Name", "s", NULL, offsetof(BusName, name), SD_BUS_VTABLE_PROPERTY_CONST),
SD_BUS_PROPERTY("Result", "s", property_get_result, offsetof(BusName, result), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
SD_BUS_VTABLE_END
};