From 980eef349598ca124d6368bc1bd5692c90cb6246 Mon Sep 17 00:00:00 2001 From: Junghyun Yeon Date: Tue, 7 Aug 2018 19:38:17 +0900 Subject: [PATCH] Replace StepRegisterTrustAnchor into StepRecoverTrustAnchor Related changes : [app-installers] : https://review.tizen.org/gerrit/#/c/186122 Change-Id: I97036bf8d5b2fd88b0655e0e27c728bd4a842030 Signed-off-by: Junghyun Yeon --- src/wgt/wgt_installer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wgt/wgt_installer.cc b/src/wgt/wgt_installer.cc index aaf30eb..1c20ef8 100644 --- a/src/wgt/wgt_installer.cc +++ b/src/wgt/wgt_installer.cc @@ -82,6 +82,7 @@ #include #include #include +#include #include #include #include @@ -369,8 +370,7 @@ void WgtInstaller::RecoverySteps() { AddStep(); AddStep(); AddStep(); - AddStep( - ci::security::StepRegisterTrustAnchor::RegisterType::UPDATE); + AddStep(); } void WgtInstaller::MountInstallSteps() { -- 2.7.4