]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.cc
Merge branch 'portability/freebsd'
[apt.git] / apt-pkg / acquire-item.cc
index 88b5a58b56896f2dae393fb6acce4289adbbc1ea..91d7a3eaea2e6c3f0b18a82888a462a2424e2147 100644 (file)
@@ -3279,9 +3279,8 @@ bool pkgAcqArchive::QueueNext()
 
       // Create the item
       Local = false;
-      QueueURI(Desc);
-
       ++Vf;
+      QueueURI(Desc);
       return true;
    }
    return false;