ecore/ecore_con - If argument is EINA_FALSE, set the value to 0!

SVN revision: 61128
This commit is contained in:
Rafael Antognolli 2011-07-07 18:34:20 +00:00
parent 226b09c172
commit 5b21cc4aea
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ ecore_con_url_pipeline_set(Eina_Bool enable)
if (enable)
curl_multi_setopt(_curlm, CURLMOPT_PIPELINING, 1);
else
curl_multi_setopt(_curlm, CURLMOPT_PIPELINING, 1);
curl_multi_setopt(_curlm, CURLMOPT_PIPELINING, 0);
pipelining = enable;
#endif
}