aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-06 15:17:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-06 15:17:10 +0000
commit91c8be362833e0fd2ee36b904a4295c57cfbab10 (patch)
tree4c07219d554ab72da603764761c84a89fe8abecd /lib/url.c
parentd56c03840b842147763ab5e0430eb977bff4fedb (diff)
removed two odd comments
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/url.c b/lib/url.c
index 398815384..830ab9d30 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -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!");