mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 12:35:04 -05:00
socks: fix error message
This commit is contained in:
parent
ebb2ebe18b
commit
8ebc42be04
@ -290,7 +290,7 @@ CURLcode Curl_SOCKS4(const char *proxy_user,
|
|||||||
/* wrong version ? */
|
/* wrong version ? */
|
||||||
if(socksreq[0] != 0) {
|
if(socksreq[0] != 0) {
|
||||||
failf(data,
|
failf(data,
|
||||||
"SOCKS4 reply has wrong version, version should be 4.");
|
"SOCKS4 reply has wrong version, version should be 0.");
|
||||||
return CURLE_COULDNT_CONNECT;
|
return CURLE_COULDNT_CONNECT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user