Przeglądaj źródła

* fix a missing StatDone if nothing needs to be fetched

Michael Vogt 21 lat temu
rodzic
commit
cffc2ddd41
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      apt-pkg/acquire-item.cc

+ 1 - 0
apt-pkg/acquire-item.cc

@@ -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;