bugfix
authorStefan Schubert <schubi@suse.de>
Fri, 22 Feb 2008 09:09:53 +0000 (09:09 +0000)
committerStefan Schubert <schubi@suse.de>
Fri, 22 Feb 2008 09:09:53 +0000 (09:09 +0000)
zypp/solver/detail/Resolver.cc

index 3e063e4d9a9ea679dcd33f15c07e831e48cc57b6..0af7fed54b3bb6904d91f71ec363034310e332cd 100644 (file)
@@ -323,7 +323,7 @@ void Resolver::checkUnmaintainedItems () {
 
            ProblemSolutionList solutions = problem.solutions();
            for (ProblemSolutionList::const_iterator iterSolution = solutions.begin();
-                iterSolution != solutions.end(); ++iter) {
+                iterSolution != solutions.end(); ++iterSolution) {
                ProblemSolution_Ptr solution = *iterSolution;
                DBG << "   Solution:" << endl;
                DBG << "      " << solution->description() << endl;