From 992919c4be2336c5b8f2f0549712c51bd7fb9c03 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 3 Oct 2014 20:23:24 +0200 Subject: fixed setting data from source in fetcher modules --- src/crawl/crawl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crawl') diff --git a/src/crawl/crawl.cpp b/src/crawl/crawl.cpp index 9f5e0b2..82cb690 100755 --- a/src/crawl/crawl.cpp +++ b/src/crawl/crawl.cpp @@ -120,7 +120,7 @@ int main( int /* argc */, char *argv[] ) vector fetcherModules; #ifndef _WIN32 -// fetcherModules.push_back( "./modules/fetcher/libfetch/mod_fetcher_libfetch.so" ); + fetcherModules.push_back( "./modules/fetcher/libfetch/mod_fetcher_libfetch.so" ); fetcherModules.push_back( "./modules/fetcher/libcurl/mod_fetcher_libcurl.so" ); #else fetcherModules.push_back( ".\\modules\\fetcher\\winhttp\\mod_fetcher_winhttp.dll" ); -- cgit v1.2.3-54-g00ecf