Commit d4489650 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_SOCKS4: minor code compression

parent 9afb3433
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -284,10 +284,7 @@ CURLcode Curl_SOCKS4(const char *proxy_name,
    /* Result */
    switch(socksreq[1]) {
    case 90:
      if(protocol4a)
        infof(data, "SOCKS4a request granted.\n");
      else
        infof(data, "SOCKS4 request granted.\n");
      infof(data, "SOCKS4%s request granted.\n", protocol4a?"a":"");
      break;
    case 91:
      failf(data,