Commit 5eb2b0b3 by Edward Thomson

httpclient: actually return `GIT_EAUTH`

parent 969a056c
...@@ -598,7 +598,6 @@ static int apply_credentials( ...@@ -598,7 +598,6 @@ static int apply_credentials(
} else if (!token.size) { } else if (!token.size) {
git_error_set(GIT_ERROR_HTTP, "failed to respond to authentication challenge"); git_error_set(GIT_ERROR_HTTP, "failed to respond to authentication challenge");
error = GIT_EAUTH; error = GIT_EAUTH;
error = -1;
goto done; goto done;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment