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
committerJay Freeman (saurik) <saurik@saurik.com>2016-12-26 03:36:30 -0800
commit1242b3bdaf3d3682a945f10f0e537bdb3b0599d5 (patch)
tree04359900e8d64fce853a63073efc4cc9af938776 /apt-pkg/acquire-item.cc
parent3650e87b0cee98547024c2cb613c95f5e736971d (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 7f5db24d3..663452b9f 100644
--- a/apt-pkg/acquire-item.cc
+++ b/apt-pkg/acquire-item.cc
@@ -266,7 +266,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;
}