diff options
Diffstat (limited to 'remote-curl.c')
-rw-r--r-- | remote-curl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote-curl.c b/remote-curl.c index 6c6714b00a..9abe4b7116 100644 --- a/remote-curl.c +++ b/remote-curl.c @@ -216,7 +216,7 @@ static struct discovery* discover_refs(const char *service, int for_push) die("Authentication failed for '%s'", url); default: show_http_message(&type, &buffer); - http_error(url, http_ret); + http_error(url); die("HTTP request failed"); } |