summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2016-12-26 03:36:30 -0800
committerSam Bingner <sam@bingner.com>2019-08-17 12:41:39 -1000
commit092d121a5d783aeb3a4fd0cbdd6bcade660bba2d (patch)
treed0482d89b437af64e479d8f4270cbe6779605592 /apt-pkg/acquire-item.cc
parente03a7e67811649458f3d9c463977fddaea0151b7 (diff)
Wreck validation until we can assess ecosystem :/.
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r--apt-pkg/acquire-item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc
index ce5534681..e6488885f 100644
--- a/apt-pkg/acquire-item.cc
+++ b/apt-pkg/acquire-item.cc
@@ -257,7 +257,7 @@ static bool APT_NONNULL(3, 4, 5) AllowInsecureRepositories(InsecureType const ms
if (TargetIsAllowedToBe(TransactionManager->Target, msg) == true)
{
- MessageInsecureRepository(false, msgstr, repo);
+ //MessageInsecureRepository(false, msgstr, repo);
return true;
}