From: Wilfried Goesgens Date: Sat, 21 Jan 2012 22:10:30 +0000 (+0100) Subject: Disabled URL-Expander: follow changes in the curl initializer api X-Git-Tag: v8.11~231 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=a5f188c28c019b840ee82f9d1d143fb789bb83b3;p=citadel.git Disabled URL-Expander: follow changes in the curl initializer api --- 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",