maybe fix the tracker authentication problems reported by demio

This commit is contained in:
Charles Kerr 2008-06-05 16:35:33 +00:00
parent 189cbfbf22
commit f861f39711
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ addTask( void * vtask )
curl_easy_setopt( ch, CURLOPT_WRITEFUNCTION, writeFunc );
curl_easy_setopt( ch, CURLOPT_WRITEDATA, task );
curl_easy_setopt( ch, CURLOPT_USERAGENT, TR_NAME "/" LONG_VERSION_STRING );
curl_easy_setopt( ch, CURLOPT_SSL_VERIFYHOST, 0 );
curl_easy_setopt( ch, CURLOPT_SSL_VERIFYPEER, 0 );
curl_easy_setopt( ch, CURLOPT_FORBID_REUSE, 1 );
curl_easy_setopt( ch, CURLOPT_NOSIGNAL, 1 );