summaryrefslogtreecommitdiff
path: root/apt-private/private-output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apt-private/private-output.cc')
-rw-r--r--apt-private/private-output.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/apt-private/private-output.cc b/apt-private/private-output.cc
index 2120b7a83..522f7682d 100644
--- a/apt-private/private-output.cc
+++ b/apt-private/private-output.cc
@@ -229,10 +229,7 @@ void ListSingleVersion(pkgCacheFile &CacheFile, pkgRecords &records, /*{{{*/
std::string CandidateVerStr = GetCandidateVersion(CacheFile, P);
std::string InstalledVerStr = GetInstalledVersion(CacheFile, P);
std::string StatusStr;
- if(P.CurrentVer() == V &&
- state.Upgradable() &&
- state.CandidateVer != NULL &&
- policy->GetCandidateVer(P) != P.CurrentVer())
+ if(P.CurrentVer() == V && state.Upgradable())
{
strprintf(StatusStr, _("[installed,upgradable to: %s]"),
CandidateVerStr.c_str());