diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2016-12-26 03:36:30 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2016-12-26 03:36:30 -0800 |
commit | 1242b3bdaf3d3682a945f10f0e537bdb3b0599d5 (patch) | |
tree | 04359900e8d64fce853a63073efc4cc9af938776 /apt-pkg/acquire-item.cc | |
parent | 3650e87b0cee98547024c2cb613c95f5e736971d (diff) |
Wreck validation until we can assess ecosystem :/.
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r-- | apt-pkg/acquire-item.cc | 2 |
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; } |