Commit 550862f4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

missing brace

parent 6838f74f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;