Commit 7201a5a2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

the previous fix left this compiler error

parent c6a0bb99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -581,7 +581,7 @@ CURLcode Curl_connecthost(struct connectdata *conn, /* context */
          *connected = TRUE; /* this is truly a connect */
          break;
	}
        failf(data, "socket error: %d", err);
        failf(data, "socket error");
        /* we are _not_ connected, it was a false alert, continue please */
      }
      else if(2 == rc)