From 8616c21628c8bff9174a912ca5814e469d49e7cb Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 22 Oct 2017 20:25:50 +0200 Subject: methods/mirror: Enable sandboxing and other aptMethod features Sandboxing was turned off because we called pkgAcqMethod's Configuration() instead of aptMethod's. --- methods/mirror.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'methods') 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(); -- cgit v1.2.3