1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

missing brace

This commit is contained in:
Daniel Stenberg 2004-04-22 21:27:32 +00:00
parent 6838f74fe0
commit 550862f41a

View File

@ -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;