]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debmetaindex.cc
* apt-pkg/depcache.cc:
[apt.git] / apt-pkg / deb / debmetaindex.cc
index a3fc3930255395acd3fc9de10396a71f2f93646e..8cf31b3260446d385c44ef35ecfd66da08b6e186 100644 (file)
@@ -175,7 +175,7 @@ bool debReleaseIndex::IsTrusted() const
    string VerifiedSigFile = _config->FindDir("Dir::State::lists") +
       URItoFileName(MetaIndexURI("Release")) + ".gpg";
    
-   if(_config->FindB("APT::Authentication::Trust-CDROM", false))
+   if(_config->FindB("APT::Authentication::TrustCDROM", false))
       if(URI.substr(0,strlen("cdrom:")) == "cdrom:")
         return true;