gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 34/254: http-proxy: removed unused argument in CURL


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 34/254: http-proxy: removed unused argument in CURL_DISABLE_PROXY case
Date: Sat, 17 Jun 2017 16:51:06 +0200

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

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

commit 63503a969fe9e11907f7e3f262a3f6c27d885f60
Author: Dan Fandrich <address@hidden>
AuthorDate: Thu Apr 27 11:42:04 2017 +0200

    http-proxy: removed unused argument in CURL_DISABLE_PROXY case
    
    Missed in commit 55c3c02e
---
 lib/http_proxy.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/http_proxy.h b/lib/http_proxy.h
index 81b7b8b8b..cbb1ab421 100644
--- a/lib/http_proxy.h
+++ b/lib/http_proxy.h
@@ -34,7 +34,7 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn,
 CURLcode Curl_proxy_connect(struct connectdata *conn, int sockindex);
 
 #else
-#define Curl_proxyCONNECT(x,y,z,w,v) CURLE_NOT_BUILT_IN
+#define Curl_proxyCONNECT(x,y,z,w) CURLE_NOT_BUILT_IN
 #define Curl_proxy_connect(x,y) CURLE_OK
 #endif
 

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



reply via email to

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