mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
machined: Fix MarkReadOnly method's name on bus
This commit is contained in:
parent
1517ab5d18
commit
94b5088c8d
@ -142,7 +142,7 @@ const sd_bus_vtable image_vtable[] = {
|
||||
SD_BUS_METHOD("Remove", NULL, NULL, bus_image_method_remove, 0),
|
||||
SD_BUS_METHOD("Rename", "s", NULL, bus_image_method_rename, 0),
|
||||
SD_BUS_METHOD("Clone", "sb", NULL, bus_image_method_clone, 0),
|
||||
SD_BUS_METHOD("MarkeReadOnly", "b", NULL, bus_image_method_mark_read_only, 0),
|
||||
SD_BUS_METHOD("MarkReadOnly", "b", NULL, bus_image_method_mark_read_only, 0),
|
||||
SD_BUS_VTABLE_END
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user