From: Daniel Stenberg Date: Thu, 22 Apr 2004 21:27:32 +0000 (+0000) Subject: missing brace X-Git-Tag: curl-7_11_2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=550862f41abecc44714986f7bfec1267e42d6fcd;p=thirdparty%2Fcurl.git missing brace --- diff --git a/lib/http.c b/lib/http.c index 0922b9eda3..0c81752d3c 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;