diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/http.c | 1 |
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; |