Disabled URL-Expander: follow changes in the curl initializer api
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 21 Jan 2012 22:10:30 +0000 (23:10 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 21 Jan 2012 22:10:30 +0000 (23:10 +0100)
citadel/modules/urldeshortener/serv_expand_shorter_urls.c

index f914d5a43324deaffd219fd2a77b1474091debd5..0c54030542955b5d6ba60c4b021b70e96d15b040 100644 (file)
@@ -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",