aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-22 21:27:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-22 21:27:32 +0000
commit550862f41abecc44714986f7bfec1267e42d6fcd (patch)
tree0316d72df72cd6a39932657e9cacd278d8ae58db /lib
parent6838f74fe04a5fbdb856631239d7691488f3267c (diff)
missing brace
Diffstat (limited to 'lib')
-rw-r--r--lib/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http.c b/lib/http.c
index 0922b9eda..0c81752d3 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -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;