mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
http.c: Corrected indentation change from commit 2708d4259b
Made by Visual Studio's auto-correct feature and missed by me in my own code reviews!
This commit is contained in:
parent
2708d4259b
commit
c6b869ec79
@ -869,9 +869,9 @@ CURLcode Curl_http_input_auth(struct connectdata *conn, bool proxy,
|
|||||||
authp->avail |= CURLAUTH_DIGEST;
|
authp->avail |= CURLAUTH_DIGEST;
|
||||||
|
|
||||||
/* We call this function on input Digest headers even if Digest
|
/* We call this function on input Digest headers even if Digest
|
||||||
* authentication isn't activated yet, as we need to store the
|
* authentication isn't activated yet, as we need to store the
|
||||||
* incoming data from this header in case we are going to use
|
* incoming data from this header in case we are going to use
|
||||||
* Digest */
|
* Digest */
|
||||||
result = Curl_input_digest(conn, proxy, auth);
|
result = Curl_input_digest(conn, proxy, auth);
|
||||||
if(result) {
|
if(result) {
|
||||||
infof(data, "Authentication problem. Ignoring this.\n");
|
infof(data, "Authentication problem. Ignoring this.\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user