X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Furldeshortener%2Fserv_expand_shorter_urls.c;h=f914d5a43324deaffd219fd2a77b1474091debd5;hb=b5b30adb3ece1aa3de706047de6ba0245eea74fc;hp=dafc0c6347e7630000113090c87b69df2d86d4cd;hpb=01feb5e8d438e089fb7ae5232af89d67b7751df9;p=citadel.git diff --git a/citadel/modules/urldeshortener/serv_expand_shorter_urls.c b/citadel/modules/urldeshortener/serv_expand_shorter_urls.c index dafc0c634..f914d5a43 100644 --- a/citadel/modules/urldeshortener/serv_expand_shorter_urls.c +++ b/citadel/modules/urldeshortener/serv_expand_shorter_urls.c @@ -93,7 +93,11 @@ size_t GetLocationString( void *ptr, size_t size, size_t nmemb, void *userdata) } return size * nmemb; } - +eNextState ShutdownLookuUrl(AsyncIO *IO) +{ +//TOOD + return eAbort; +} eNextState TerminateLookupUrl(AsyncIO *IO) { //TOOD @@ -123,7 +127,8 @@ int LookupUrl(StrBuf *ShorterUrlStr) NULL, "Citadel RSS ShorterURL Expander", LookupUrlResult, - TerminateLookupUrl)) + TerminateLookupUrl, + ShutdownLookuUrl)) { syslog(LOG_ALERT, "Unable to initialize libcurl.\n"); goto shutdown;