summaryrefslogtreecommitdiff
path: root/apt-pkg/orderlist.cc
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2011-08-09 17:10:09 +0100
committerChristopher Baines <cbaines8@gmail.com>2011-08-09 17:10:09 +0100
commite7ecc2183ced0503c4f9662339f5ab98dc1606ee (patch)
tree088d6372fb3fc372f3ed9ce332f7e5ae623a63c0 /apt-pkg/orderlist.cc
parentc7c7d3e8f12e68cd14470eec47db516c9b784cbe (diff)
More inproved comments about loops.
Diffstat (limited to 'apt-pkg/orderlist.cc')
-rw-r--r--apt-pkg/orderlist.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/orderlist.cc b/apt-pkg/orderlist.cc
index eaa5ea20a..1e412ead5 100644
--- a/apt-pkg/orderlist.cc
+++ b/apt-pkg/orderlist.cc
@@ -1023,6 +1023,8 @@ bool pkgOrderList::AddLoop(DepIterator D)
// Mark the packages as being part of a loop.
//Flag(D.TargetPkg(),Loop);
//Flag(D.ParentPkg(),Loop);
+ /* This is currently disabled because the Loop flag is being used for
+ loop management in the package manager. Check the orderlist.h file for more info */
return true;
}
/*}}}*/