From dca25726a89b61a33d01d1d7647bf66efcd3a76a Mon Sep 17 00:00:00 2001 From: raster Date: Tue, 30 Nov 2010 09:39:23 +0000 Subject: [PATCH] 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 --- src/lib/ecore_con/ecore_con_url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.7.4