From: Klaus Kaempf Date: Tue, 13 May 2008 18:28:20 +0000 (+0000) Subject: reverting last change X-Git-Tag: BASE-SuSE-Code-12_1-Branch~647 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c30629e3b96d7b12e9c9992db3b61867e70ed978;p=platform%2Fupstream%2Flibsolv.git reverting last change --- diff --git a/src/solver.c b/src/solver.c index f87df97..4b52b8e 100644 --- a/src/solver.c +++ b/src/solver.c @@ -1651,6 +1651,7 @@ propagate(Solver *solv, int level) else /* go find a 'd' to make 'true' */ { /* foreach 'd' */ + /* FIXME: should be a policy */ for (dp = pool->whatprovidesdata + r->d; (p = *dp++) != 0;) if (p != other_watch /* which is not what we just checked */ && !DECISIONMAP_TRUE(-p)) /* and its not already decided 'negative' */