]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/dbus-execute: constify MountOptions
authorMike Yuan <me@yhndnzj.com>
Tue, 6 Jan 2026 21:01:49 +0000 (22:01 +0100)
committerMike Yuan <me@yhndnzj.com>
Mon, 19 Jan 2026 16:35:37 +0000 (17:35 +0100)
src/core/dbus-execute.c

index 9974f8a217dba8f9a0151af5a64dfbb938789567..685abc948a37e7610e64a9e765414c80a120057e 100644 (file)
@@ -796,7 +796,7 @@ static int property_get_root_hash_sig(
 
 static int bus_append_mount_options(
                 sd_bus_message *reply,
-                MountOptions *options) {
+                const MountOptions *options) {
 
         int r;