]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp.cc
The entire concept of PendingError() is flawed :/.
[apt.git] / apt-pkg / edsp.cc
index b80b9a45679963899b26e12458a07e6e213bfc4f..d282a0b59fba3ceb2a4897bb642c3bf00a686ab8 100644 (file)
@@ -629,7 +629,7 @@ bool EDSP::ReadResponse(int const input, pkgDepCache &Cache, OpProgress *Progres
 
        FileFd in;
        in.OpenDescriptor(input, FileFd::ReadOnly, true);
-       pkgTagFile response(&in, 100);
+       pkgTagFile response(&in);
        pkgTagSection section;
 
        std::set<decltype(Cache.PkgBegin()->ID)> seenOnce;
@@ -1333,7 +1333,7 @@ bool EIPP::ReadResponse(int const input, pkgPackageManager * const PM, OpProgres
 
    FileFd in;
    in.OpenDescriptor(input, FileFd::ReadOnly);
-   pkgTagFile response(&in, 100);
+   pkgTagFile response(&in);
    pkgTagSection section;
 
    while (response.Step(section) == true) {