]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/orderlist.cc
Small fix for loop handeling.
[apt.git] / apt-pkg / orderlist.cc
index eaa5ea20a6b2968c31416bf3dd1ec09141c7820e..1e412ead52bbb4a0beb1884974346ba8f91b6a37 100644 (file)
@@ -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;
 }
                                                                        /*}}}*/