]> git.saurik.com Git - apt.git/commitdiff
* fix a missing StatDone if nothing needs to be fetched
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 30 Aug 2005 00:23:07 +0000 (00:23 +0000)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 30 Aug 2005 00:23:07 +0000 (00:23 +0000)
apt-pkg/acquire-item.cc

index a1bd2336ff4c97a648c61cf8b2a683f208d6e50d..5265ef3a6e34ebde6fa3ea4ad53d8a9ffe4ddb16 100644 (file)
@@ -379,6 +379,7 @@ void pkgAcqIndexDiffs::Finish(bool allDone)
       DestFile = _config->FindDir("Dir::State::lists");
       DestFile += URItoFileName(RealURI);
       Complete = true;
+      Status = StatDone;
       Dequeue();
       if(Debug)
         std::clog << "\n\nallDone: " << DestFile << "\n" << std::endl;