summaryrefslogtreecommitdiff
path: root/update_attempter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'update_attempter.cc')
-rw-r--r--update_attempter.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_attempter.cc b/update_attempter.cc
index 60c2c36c..f37973ef 100644
--- a/update_attempter.cc
+++ b/update_attempter.cc
@@ -818,8 +818,8 @@ void UpdateAttempter::BuildUpdateActions(bool interactive) {
system_state_->hardware()),
false,
session_id_);
- auto filesystem_verifier_action =
- std::make_unique<FilesystemVerifierAction>();
+ auto filesystem_verifier_action = std::make_unique<FilesystemVerifierAction>(
+ system_state_->boot_control()->GetDynamicPartitionControl());
auto update_complete_action = std::make_unique<OmahaRequestAction>(
system_state_,
new OmahaEvent(OmahaEvent::kTypeUpdateComplete),