diff options
Diffstat (limited to 'common/fake_boot_control.h')
-rw-r--r-- | common/fake_boot_control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fake_boot_control.h b/common/fake_boot_control.h index fc7839df..79e21390 100644 --- a/common/fake_boot_control.h +++ b/common/fake_boot_control.h @@ -137,7 +137,7 @@ class FakeBootControl : public BootControlInterface { PartitionDevice device; device.is_dynamic = false; device.rw_device_path = device_path->second; - device.mountable_device_path = device.rw_device_path; + device.readonly_device_path = device.rw_device_path; return device; } |