From a18c6e1d149f9dfec39bbb402b74d6e350886748 Mon Sep 17 00:00:00 2001 From: Sangyoon Jang Date: Wed, 16 Jun 2021 14:57:49 +0900 Subject: [PATCH] Set installer index at InstallerRunner InstallerFactory doesn't need to set index itself. Change-Id: Ibe46849ec871ee356ea6e14320cacd00eee14b95 Signed-off-by: Sangyoon Jang --- src/common/installer_runner.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/installer_runner.cc b/src/common/installer_runner.cc index c98432f..ea4c03a 100644 --- a/src/common/installer_runner.cc +++ b/src/common/installer_runner.cc @@ -121,6 +121,7 @@ void InstallerRunner::Init() { << pkgmgr_->GetRequestInfo(i); continue; } + installer->SetIndex(i); if (pkgmgr_->GetRequestType() != RequestType::Recovery && is_global_request) { std::string recovery_filepath = -- 2.7.4