X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=remote-curl.c;h=42716c59cfe419571d98a7f3b3674e94e2fe3618;hb=20c8cde45656fc187e06088ef5baf0bbdfdf70bd;hp=10fa8f1ac59910a776dc8118d8c2f32fce7b46d3;hpb=fc364c767a8223a1bc291ffbd84292d167f9c420;p=~andy%2Fgit diff --git a/remote-curl.c b/remote-curl.c index 10fa8f1ac..42716c59c 100644 --- a/remote-curl.c +++ b/remote-curl.c @@ -356,7 +356,7 @@ static int run_slot(struct active_request_slot *slot) slot->curl_result = curl_easy_perform(slot->curl); finish_active_slot(slot); - err = handle_curl_result(slot); + err = handle_curl_result(slot, &results); if (err != HTTP_OK && err != HTTP_REAUTH) { error("RPC failed; result=%d, HTTP code = %ld", results.curl_result, results.http_code);