mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:33:37 +03:00
FTP: fixed compiling with --disable-proxy, broken in b88f980a
This commit is contained in:
parent
afbee791d5
commit
1c3811f4fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue