Commit 5b73f357 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_proxyCONNECT: remove superfluous statement

The variable is already assigned, skip the duplicate assignment.

Pointed out by cppcheck.
parent ede9884c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -252,7 +252,6 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn,

      nread=0;
      perline=0;
      keepon=TRUE;

      while((nread<BUFSIZE) && (keepon && !error)) {