mirror of
https://github.com/curl/curl.git
synced 2026-04-24 01:42:13 +03:00
removed two odd comments
This commit is contained in:
parent
d56c03840b
commit
91c8be3628
1 changed files with 0 additions and 3 deletions
|
|
@ -2551,7 +2551,6 @@ static CURLcode CreateConnection(struct SessionHandle *data,
|
|||
else if(strequal(conn->protostr, "FTP") ||
|
||||
strequal(conn->protostr, "FTPS")) {
|
||||
|
||||
/* MN 06/07/02 */
|
||||
#ifndef CURL_DISABLE_FTP
|
||||
char *type;
|
||||
int port = PORT_FTP;
|
||||
|
|
@ -2626,8 +2625,6 @@ static CURLcode CreateConnection(struct SessionHandle *data,
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
/* MN 06/07/02 */
|
||||
#else /* CURL_DISABLE_FTP */
|
||||
failf(data, LIBCURL_NAME
|
||||
" was built with FTP disabled, ftp/ftps: not supported!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue