mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
FTP: fixed compiling with --disable-proxy, broken in b88f980a
This commit is contained in:
parent
afbee791d5
commit
1c3811f4fd
@ -35,7 +35,7 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn,
|
||||
CURLcode Curl_proxy_connect(struct connectdata *conn);
|
||||
|
||||
#else
|
||||
#define Curl_proxyCONNECT(x,y,z,w) CURLE_NOT_BUILT_IN
|
||||
#define Curl_proxyCONNECT(x,y,z,w,v) CURLE_NOT_BUILT_IN
|
||||
#define Curl_proxy_connect(x) CURLE_OK
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user