chiark / gitweb /
bus: fix a couple of format string mistakes
[elogind.git] / src / core / mount.c
index 77493dbd3c40c4ca72a9a96e4a385490c6a4199d..09efa1b6e0649f652f814cdc319d2432c95d14e5 100644 (file)
@@ -787,6 +787,7 @@ static int mount_spawn(Mount *m, ExecCommand *c, pid_t *_pid) {
                        UNIT(m)->manager->cgroup_supported,
                        UNIT(m)->cgroup_path,
                        UNIT(m)->id,
+                       0,
                        NULL,
                        m->exec_runtime,
                        &pid);
@@ -1793,7 +1794,6 @@ const UnitVTable mount_vtable = {
 
         .bus_interface = "org.freedesktop.systemd1.Mount",
         .bus_vtable = bus_mount_vtable,
-        .bus_changing_properties = bus_mount_changing_properties,
         .bus_set_property = bus_mount_set_property,
         .bus_commit_properties = bus_mount_commit_properties,