Merge pull request #243 from oliverkurth/topic/okurth/no-refresh-in-alter-command

Fix unnecessary meta data refresh when installing
This commit is contained in:
Oliver Kurth 2021-06-23 11:30:57 -07:00 committed by GitHub
commit 92c8c721b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -166,8 +166,6 @@ TDNFAlterCommand(
dwError = ERROR_TDNF_INVALID_PARAMETER;
BAIL_ON_TDNF_ERROR(dwError);
}
dwError = TDNFRefresh(pTdnf);
BAIL_ON_TDNF_ERROR(dwError);
dwError = TDNFRpmExecTransaction(pTdnf, pSolvedInfo, nAlterType);
BAIL_ON_TDNF_ERROR(dwError);