aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/socks.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/socks.c b/lib/socks.c
index ac13ed866..b89d78c6e 100644
--- a/lib/socks.c
+++ b/lib/socks.c
@@ -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,