diff options
Diffstat (limited to 'methods/mirror.cc')
-rw-r--r-- | methods/mirror.cc | 2 |
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(); |