mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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…
Reference in New Issue
Block a user