From: raster Date: Tue, 30 Nov 2010 09:39:23 +0000 (+0000) Subject: so... why.. do.. we .. not init.. all? :) how do we expect https and X-Git-Tag: build/2012-07-04.173327~1459 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dca25726a89b61a33d01d1d7647bf66efcd3a76a;p=profile%2Fivi%2Fecore.git so... why.. do.. we .. not init.. all? :) how do we expect https and friends to work... if we dont want them initted :) git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@55079 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_con/ecore_con_url.c b/src/lib/ecore_con/ecore_con_url.c index ee19c0a..f8f0048 100644 --- a/src/lib/ecore_con/ecore_con_url.c +++ b/src/lib/ecore_con/ecore_con_url.c @@ -168,7 +168,7 @@ ecore_con_url_init(void) long ms; FD_ZERO(&_current_fd_set); - if (curl_global_init(CURL_GLOBAL_NOTHING)) + if (curl_global_init(CURL_GLOBAL_ALL)) { while (_url_con_list) ecore_con_url_free(eina_list_data_get(_url_con_list));