summaryrefslogtreecommitdiff
path: root/methods
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-10-22 20:25:50 +0200
committerJulian Andres Klode <jak@debian.org>2017-10-22 20:25:50 +0200
commit8616c21628c8bff9174a912ca5814e469d49e7cb (patch)
treed7090310fb0fa62a826962cec80a48934e3f0fc7 /methods
parent0934b6b023b46cd0e2e5fa55a23a054b2feeb618 (diff)
methods/mirror: Enable sandboxing and other aptMethod features
Sandboxing was turned off because we called pkgAcqMethod's Configuration() instead of aptMethod's.
Diffstat (limited to 'methods')
-rw-r--r--methods/mirror.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/mirror.cc b/methods/mirror.cc
index b0da5c530..b551802e4 100644
--- a/methods/mirror.cc
+++ b/methods/mirror.cc
@@ -69,7 +69,7 @@ MirrorMethod::MirrorMethod()
/* We stash the desired pipeline depth */
bool MirrorMethod::Configuration(string Message)
{
- if (pkgAcqMethod::Configuration(Message) == false)
+ if (HttpMethod::Configuration(Message) == false)
return false;
Debug = DebugEnabled();