X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_http_file.cpp;h=863fe667b9737d61275ab7d78444dbbb6a1d0c56;hb=4bfec20c393570a81471c644fad6268eed3dba29;hp=e021b0347ad689b2022e24fc58784ea056747dfa;hpb=d201492ea7198dd89dbae087eec0363a8e64e089;p=metaproxy-moved-to-github.git diff --git a/src/filter_http_file.cpp b/src/filter_http_file.cpp index e021b03..863fe66 100644 --- a/src/filter_http_file.cpp +++ b/src/filter_http_file.cpp @@ -218,7 +218,8 @@ void yf::HttpFile::process(mp::Package &package) const package.move(); } -void mp::filter::HttpFile::configure(const xmlNode * ptr, bool test_only) +void mp::filter::HttpFile::configure(const xmlNode * ptr, bool test_only, + const char *path) { for (ptr = ptr->children; ptr; ptr = ptr->next) {