]> git.saurik.com Git - apt.git/commitdiff
Fix an infinite loop in pkgAcquire::UriIterator::operator++() (Closes: #335615).
authorDaniel Burrows <Daniel_Burrows@alumni.brown.edu>
Tue, 10 Mar 2009 03:06:04 +0000 (20:06 -0700)
committerDaniel Burrows <Daniel_Burrows@alumni.brown.edu>
Tue, 10 Mar 2009 03:06:04 +0000 (20:06 -0700)
apt-pkg/acquire.h

index 1de6f5e4471de5f2f20bf9fcc9a432160f24efaa..eaadded55cc71da94debf2ee957e2e9af54ee9b2 100644 (file)
@@ -539,7 +539,7 @@ class pkgAcquire::UriIterator
    
    public:
    
-   inline void operator ++() {operator ++();};
+   inline void operator ++() {operator ++(0);};
 
    void operator ++(int)
    {