so... why.. do.. we .. not init.. all? :) how do we expect https and
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 30 Nov 2010 09:39:23 +0000 (09:39 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 30 Nov 2010 09:39:23 +0000 (09:39 +0000)
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

index ee19c0a..f8f0048 100644 (file)
@@ -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));