1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

Merge remote branch 'origin/master' into lua-config

This commit is contained in:
Pavel Labath 2010-09-11 14:52:25 +02:00
commit 0a655c1ff6

View File

@ -153,8 +153,6 @@ static char *getXmlFromAPI(const char *userid, const char *apikey, const char *c
chr.data = NULL;
chr.size = 0;
curl_global_init(CURL_GLOBAL_ALL);
curl_handle = curl_easy_init();
curl_easy_setopt(curl_handle, CURLOPT_FAILONERROR, 1);
curl_easy_setopt(curl_handle, CURLOPT_URL, url);