mirror of
https://github.com/curl/curl.git
synced 2025-03-19 15:40:42 +08:00
missing brace
This commit is contained in:
parent
6838f74fe0
commit
550862f41a
@ -399,6 +399,7 @@ CURLcode Curl_http_auth(struct connectdata *conn,
|
||||
if (neg == 0) {
|
||||
conn->newurl = strdup(data->change.url);
|
||||
data->state.authproblem = (conn->newurl == NULL);
|
||||
}
|
||||
else {
|
||||
infof(data, "Authentication problem. Ignoring this.\n");
|
||||
data->state.authproblem = TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user