gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 10/173: ftp: failure to resolve proxy should return


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 10/173: ftp: failure to resolve proxy should return that error code
Date: Fri, 24 Feb 2017 14:00:32 +0100

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

ng0 pushed a commit to annotated tag gnurl-7.53.1
in repository gnurl.

commit 9314bf84053bd7ce5106a4e36a64cfb309b64a1a
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sun Dec 25 10:35:34 2016 +0100

    ftp: failure to resolve proxy should return that error code
---
 lib/ftp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ftp.c b/lib/ftp.c
index fd77a5acd..6a094df08 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -2000,7 +2000,7 @@ static CURLcode ftp_state_pasv_resp(struct connectdata 
*conn,
 
     if(!addr) {
       failf(data, "Can't resolve proxy host %s:%hu", host_name, connectport);
-      return CURLE_FTP_CANT_GET_HOST;
+      return CURLE_COULDNT_RESOLVE_PROXY;
     }
   }
   else {

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



reply via email to

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