X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Furldeshortener%2Fserv_expand_shorter_urls.c;h=dafc0c6347e7630000113090c87b69df2d86d4cd;hp=d13d1e9582edcd443e6e888a8791537ba4adccf4;hb=192056a6112602350c1f8a73eae2e134a31c7ba2;hpb=e83d78b9d9bd2d5ad7b440fd6bc01efae2ad8cf6 diff --git a/citadel/modules/urldeshortener/serv_expand_shorter_urls.c b/citadel/modules/urldeshortener/serv_expand_shorter_urls.c index d13d1e958..dafc0c634 100644 --- a/citadel/modules/urldeshortener/serv_expand_shorter_urls.c +++ b/citadel/modules/urldeshortener/serv_expand_shorter_urls.c @@ -1,3 +1,4 @@ + /* * * Copyright (c) 1998-2009 by the citadel.org team @@ -143,7 +144,7 @@ int LookupUrl(StrBuf *ShorterUrlStr) if (server_shutting_down) goto shutdown ; - evcurl_handle_start(IO); + QueueCurlContext(IO); shutdown: