From a5f188c28c019b840ee82f9d1d143fb789bb83b3 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sat, 21 Jan 2012 23:10:30 +0100 Subject: [PATCH] Disabled URL-Expander: follow changes in the curl initializer api --- citadel/modules/urldeshortener/serv_expand_shorter_urls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/modules/urldeshortener/serv_expand_shorter_urls.c b/citadel/modules/urldeshortener/serv_expand_shorter_urls.c index f914d5a43..0c5403054 100644 --- a/citadel/modules/urldeshortener/serv_expand_shorter_urls.c +++ b/citadel/modules/urldeshortener/serv_expand_shorter_urls.c @@ -122,7 +122,7 @@ int LookupUrl(StrBuf *ShorterUrlStr) ParseURL(&IO->ConnectMe, ShorterUrlStr, 80); CurlPrepareURL(IO->ConnectMe); - if (! evcurl_init(IO, + if (! InitcURLIOStruct(IO, // Ctx, NULL, "Citadel RSS ShorterURL Expander", -- 2.39.2