From: Klaus Kaempf Date: Wed, 8 Feb 2006 22:28:02 +0000 (+0000) Subject: add comment X-Git-Tag: BASE-SuSE-SLE-10-SP2-Branch~2424 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8fc1ee66e057c1879447f3f2a4a6d385f65aeb26;p=platform%2Fupstream%2Flibzypp.git add comment --- diff --git a/zypp/solver/detail/ResolverContext.cc b/zypp/solver/detail/ResolverContext.cc index ad6612e..5cc97ee 100644 --- a/zypp/solver/detail/ResolverContext.cc +++ b/zypp/solver/detail/ResolverContext.cc @@ -136,12 +136,12 @@ _XDEBUG( "[" << context << "]:" << it->second ); } context = context->_parent; // N: go up the chain } -#if 0 +#if 1 ResStatus status; if (item.status().isInstalled()) - status = ResStatus::installed; + status = ResStatus::installed; // return _is_ state, not _to be_ state else - status = ResStatus::uninstalled; + status = ResStatus::uninstalled; // return _is_ state, not _to be_ state _last_checked_status = status; _XDEBUG( "[NULL]:" << status );