]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexfile.cc
support multiple fingerprints in signed-by
[apt.git] / apt-pkg / indexfile.cc
index 894671bae2242feb564f9ea3e80888b4c351eda3..a777c38ac15e902d2c1e7f7834d0370f8dcfe1d2 100644 (file)
@@ -310,7 +310,7 @@ std::string pkgDebianIndexRealFile::GetProgressDescription() const
 }
 bool pkgDebianIndexRealFile::OpenListFile(FileFd &Pkg, std::string const &FileName)/*{{{*/
 {
-   if (Pkg.Open(FileName, FileFd::ReadOnly, FileFd::None) == false)
+   if (Pkg.Open(FileName, FileFd::ReadOnly, FileFd::Extension) == false)
       return _error->Error("Problem opening %s",FileName.c_str());
    return true;
 }