]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/vendor.cc
DropPrivs: Hard-fail if the user does not exist
[apt.git] / apt-pkg / vendor.cc
index 986636e977dc210b3fce485340be575e51ef6d80..d4add560e7869e38608d69ed19c34aadf9c4deee 100644 (file)
@@ -35,7 +35,7 @@ const std::string Vendor::LookupFingerprint(std::string Print) const
       return (*Elt).second;
 }
 
-bool Vendor::CheckDist(std::string /*Dist*/)
+APT_CONST bool Vendor::CheckDist(std::string /*Dist*/)
 {
    return true;
 }