]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp.cc
merge sources.list lines based on Release filename
[apt.git] / apt-pkg / edsp.cc
index 890252ba430e9c99829e0187a4b53164bdf12206..6e0a0fc2f18d7be18221cfcc4576d3ce7d08d440 100644 (file)
@@ -625,7 +625,7 @@ bool EDSP::ReadResponse(int const input, pkgDepCache &Cache, OpProgress *Progres
        }
 
        FileFd in;
-       in.OpenDescriptor(input, FileFd::ReadOnly);
+       in.OpenDescriptor(input, FileFd::ReadOnly, true);
        pkgTagFile response(&in, 100);
        pkgTagSection section;