X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffilter_http_file.cpp;h=5f60385e64ac391c2b6613663d0bfcfdb58f8bd7;hb=6a96d6dfdbb724bdbdd5f86b2b6f1cbf6f294c50;hp=e0b132ce2a438340fba741f30eb20e0e96acac77;hpb=637a685d61a9ff0e3f398a59da426979815c4d68;p=metaproxy-moved-to-github.git diff --git a/src/filter_http_file.cpp b/src/filter_http_file.cpp index e0b132c..5f60385 100644 --- a/src/filter_http_file.cpp +++ b/src/filter_http_file.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_http_file.cpp,v 1.9 2007-05-09 21:23:09 adam Exp $ +/* $Id: filter_http_file.cpp,v 1.10 2008-02-20 15:07:51 adam Exp $ Copyright (c) 2005-2007, Index Data. This file is part of Metaproxy. @@ -215,7 +215,7 @@ void yf::HttpFile::process(mp::Package &package) const package.move(); } -void mp::filter::HttpFile::configure(const xmlNode * ptr) +void mp::filter::HttpFile::configure(const xmlNode * ptr, bool test_only) { for (ptr = ptr->children; ptr; ptr = ptr->next) {