so... why.. do.. we .. not init.. all? :) how do we expect https and

friends to work... if we dont want them initted :)



SVN revision: 55079
devs/devilhorns/wayland_egl
Carsten Haitzler 13 years ago
parent cb402e2a5a
commit 5c3b45bf65
  1. 2
      legacy/ecore/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));

Loading…
Cancel
Save