mirror of
https://github.com/curl/curl.git
synced 2026-07-07 20:37:16 +03:00
socks: fix error message
This commit is contained in:
parent
ebb2ebe18b
commit
8ebc42be04
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ CURLcode Curl_SOCKS4(const char *proxy_user,
|
|||
/* wrong version ? */
|
||||
if(socksreq[0] != 0) {
|
||||
failf(data,
|
||||
"SOCKS4 reply has wrong version, version should be 4.");
|
||||
"SOCKS4 reply has wrong version, version should be 0.");
|
||||
return CURLE_COULDNT_CONNECT;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue