X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fdbus-unit.c;h=5f1b2afd5b1692def9f9e9e031807e16f6fa20bc;hb=0a20e3c10761378869af7bbef2733e3ae879d0f1;hp=f4133865538fdc8429a65a58d12faef25a5ad07f;hpb=ae7a7182da31371555fceb2aed609e40a64b900a;p=elogind.git diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c index f41338655..5f1b2afd5 100644 --- a/src/core/dbus-unit.c +++ b/src/core/dbus-unit.c @@ -1284,7 +1284,7 @@ const BusProperty bus_unit_properties[] = { { "SubState", bus_unit_append_sub_state, "s", 0 }, { "FragmentPath", bus_property_append_string, "s", offsetof(Unit, fragment_path), true }, { "SourcePath", bus_property_append_string, "s", offsetof(Unit, source_path), true }, - { "DropinPaths", bus_property_append_strv, "as", offsetof(Unit, dropin_paths), true }, + { "DropInPaths", bus_property_append_strv, "as", offsetof(Unit, dropin_paths), true }, { "UnitFileState", bus_unit_append_file_state, "s", 0 }, { "InactiveExitTimestamp",bus_property_append_usec, "t", offsetof(Unit, inactive_exit_timestamp.realtime) }, { "InactiveExitTimestampMonotonic", bus_property_append_usec, "t", offsetof(Unit, inactive_exit_timestamp.monotonic) },