Skip to content

Commit 5eb2b0b

Browse files
committed
httpclient: actually return GIT_EAUTH
1 parent 969a056 commit 5eb2b0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/transports/httpclient.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,6 @@ static int apply_credentials(
598598
} else if (!token.size) {
599599
git_error_set(GIT_ERROR_HTTP, "failed to respond to authentication challenge");
600600
error = GIT_EAUTH;
601-
error = -1;
602601
goto done;
603602
}
604603

0 commit comments

Comments
 (0)