summaryrefslogtreecommitdiff
path: root/src/crawl/crawl.cpp
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-03 20:23:24 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-03 20:23:24 +0200
commit992919c4be2336c5b8f2f0549712c51bd7fb9c03 (patch)
tree45db77d91baa8509edb8a46356d2a42aefe3faa7 /src/crawl/crawl.cpp
parent7af671da43dee7dd07333cab38c181106a328832 (diff)
downloadcrawler-992919c4be2336c5b8f2f0549712c51bd7fb9c03.tar.gz
crawler-992919c4be2336c5b8f2f0549712c51bd7fb9c03.tar.bz2
fixed setting data from source in fetcher modules
Diffstat (limited to 'src/crawl/crawl.cpp')
-rwxr-xr-xsrc/crawl/crawl.cpp2
1 files changed, 1 insertions, 1 deletions
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<string> 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" );