gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 28/219: socks: fix error message


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 28/219: socks: fix error message
Date: Wed, 22 May 2019 19:16:07 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 8ebc42be048eb523b37b25de0e14a72cc300abc2
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Apr 8 18:41:43 2019 +0200

    socks: fix error message
---
 lib/socks.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/socks.c b/lib/socks.c
index 906376dab..c9589bbf9 100644
--- a/lib/socks.c
+++ b/lib/socks.c
@@ -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;
     }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]