From 2e5c26b2e52aad5333a57268698ead058e6915ce Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 15 Oct 2012 05:49:38 +0000 Subject: [PATCH] make idler static and null... by default SVN revision: 77973 --- legacy/ecore/src/lib/ecore_con/ecore_con_url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_con/ecore_con_url.c b/legacy/ecore/src/lib/ecore_con/ecore_con_url.c index f98aa73ee2..5bc5a90f15 100644 --- a/legacy/ecore/src/lib/ecore_con/ecore_con_url.c +++ b/legacy/ecore/src/lib/ecore_con/ecore_con_url.c @@ -56,7 +56,7 @@ static CURLM *_curlm = NULL; static int _init_count = 0; static Ecore_Timer *_curl_timer = NULL; static Eina_Bool pipelining = EINA_FALSE; -Ecore_Idler *_curl_idler; +static Ecore_Idler *_curl_idler = NULL; #endif /**