diff --git a/keyserver/curl-shim.c b/keyserver/curl-shim.c index ce510cb2b..72c0f0485 100644 --- a/keyserver/curl-shim.c +++ b/keyserver/curl-shim.c @@ -155,6 +155,8 @@ curl_easy_setopt(CURL *curl,CURLoption option,...) break; } + va_end(ap); + return handle_error(curl,CURLE_OK,NULL); }