mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
machined: use one_zero() on one more occasion
This commit is contained in:
@@ -238,7 +238,7 @@ int bus_image_method_mark_read_only(
|
||||
const char *details[] = {
|
||||
"image", image->name,
|
||||
"verb", "mark_read_only",
|
||||
"read_only", (read_only?"1":"0"),
|
||||
"read_only", one_zero(read_only),
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user